Interface FileContentInfo

All Known Implementing Classes:
DefaultFileContentInfo

public interface FileContentInfo
Informs on the content of a file with content type and encoding.
  • Method Details

    • getContentEncoding

      String getContentEncoding()
      Gets the content encoding.
      Returns:
      The file content encoding.
    • getContentType

      String getContentType()
      Gets the content type.
      Returns:
      The file content type.