org.apache.commons.vfs
Interface FileContentInfo

All Known Implementing Classes:
DefaultFileContentInfo

public interface FileContentInfo

Interface to the content info

Version:
$Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Mi, 29 Nov 2006) $
Author:
Mario Ivankovits

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

Method Detail

getContentType

public String getContentType()
the content type


getContentEncoding

public String getContentEncoding()
the content encoding



Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.