Interface FileContentInf

All Known Implementing Classes:
FileContent

public interface FileContentInf
Response File and FileState data
Author:
dloy
  • Method Details

    • getFileDisposition

      String getFileDisposition()
      File disposition for this passed file
      Returns:
      File disposition;
    • getFileComponent

      FileComponent getFileComponent()
      Get File State information
      Returns:
      File State information
    • getInputStream

      InputStream getInputStream()
      Get InputStream for returned file
      Returns:
      File InputStream
    • getFile

      File getFile()
      Requested File
      Returns:
      Requested File