Package org.apache.commons.vfs2
Interface FileContentInfo
-
- All Known Implementing Classes:
DefaultFileContentInfo
public interface FileContentInfo
Informs on the content of a file with content type and encoding.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getContentEncoding()
Gets the content encoding.java.lang.String
getContentType()
Gets the content type.
-
-
-
Method Detail
-
getContentEncoding
java.lang.String getContentEncoding()
Gets the content encoding.- Returns:
- The file content encoding.
-
getContentType
java.lang.String getContentType()
Gets the content type.- Returns:
- The file content type.
-
-