Class FileContent


  • public class FileContent
    extends Object
    Generic file content
    • Constructor Detail

      • FileContent

        public FileContent​(String filename,
                           String contentType,
                           byte[] fileContent)
    • Method Detail

      • getFilename

        public String getFilename()
      • getContentType

        public String getContentType()
      • getFileContent

        public byte[] getFileContent()
      • isJson

        public boolean isJson()