org.apache.commons.vfs
Interface FileContentInfo

All Known Implementing Classes:
DefaultFileContentInfo

public interface FileContentInfo

Interface to the content info

Version:
$Revision: 170205 $ $Date: 2005-05-15 10:21:59 +0200 (Sun, 15 May 2005) $
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-2005 The Apache Software Foundation. All Rights Reserved.