Package org.apache.commons.vfs2
Interface FileContentInfo
-
- All Known Implementing Classes:
DefaultFileContentInfo
public interface FileContentInfoInforms 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.StringgetContentEncoding()Gets the content encoding.java.lang.StringgetContentType()Gets the content type.
-