Class DefaultFileContentInfo

java.lang.Object
org.apache.commons.vfs2.impl.DefaultFileContentInfo
All Implemented Interfaces:
FileContentInfo

public class DefaultFileContentInfo extends Object implements FileContentInfo
The default file content information.
  • Field Details

    • contentType

      private final String contentType
    • contentEncoding

      private final String contentEncoding
  • Constructor Details

    • DefaultFileContentInfo

      public DefaultFileContentInfo(String contentType, String contentEncoding)
  • Method Details