Class BinaryContent


  • public final class BinaryContent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryContent​(byte[][] data)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] get​(int index)  
      static BinaryContent load​(java.lang.Class<?> templateClass, java.lang.String resource, int... lengths)  
      • Methods inherited from class java.lang.Object

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

      • BinaryContent

        public BinaryContent​(byte[][] data)
    • Method Detail

      • load

        public static BinaryContent load​(java.lang.Class<?> templateClass,
                                         java.lang.String resource,
                                         int... lengths)
      • get

        public byte[] get​(int index)