org.apache.commons.vfs
Interface FileContentInfo

All Known Implementing Classes:
DefaultFileContentInfo

public interface FileContentInfo

Interface to the content info.

Version:
$Revision: 804548 $ $Date: 2009-08-16 04:12:32 +0200 (So, 16. Aug 2009) $
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 © 2002-2009 Apache Software Foundation. All Rights Reserved.