org.apache.commons.vfs2
Interface FileContentInfo

All Known Implementing Classes:
DefaultFileContentInfo

public interface FileContentInfo

Interface to the content info.

Version:
$Revision: 1035154 $ $Date: 2010-11-15 11:58:06 +0530 (Mon, 15 Nov 2010) $
Author:
Commons VFS team

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

Method Detail

getContentType

String getContentType()
the content type.

Returns:
The file content type.

getContentEncoding

String getContentEncoding()
the content encoding.

Returns:
The file content encoding.


Copyright © 2002–2015 WSO2. All rights reserved.