Class FileContent


  • public class FileContent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileContent​(java.lang.String name, byte[] content)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getContent()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileContent

        public FileContent​(java.lang.String name,
                           byte[] content)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getContent

        public byte[] getContent()