org.apache.commons.vfs2
Interface FileContentInfo

All Known Implementing Classes:
DefaultFileContentInfo

public interface FileContentInfo

Interface to the content info.

Author:
Commons VFS team

Method Summary
 java.lang.String getContentEncoding()
          the content encoding.
 java.lang.String getContentType()
          the content type.
 

Method Detail

getContentType

java.lang.String getContentType()
the content type.

Returns:
The file content type.

getContentEncoding

java.lang.String getContentEncoding()
the content encoding.

Returns:
The file content encoding.