org.apache.commons.vfs
Interface FileContentInfo

All Known Implementing Classes:
DefaultFileContentInfo

public interface FileContentInfo

Interface to the content info.

Version:
$Revision: 1.1 $ $Date: 2010/03/25 10:29:00 $
Author:
Mario Ivankovits

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.


Copyright © 2010. All Rights Reserved.