- java.lang.Object
-
- gg.jte.runtime.BinaryContent
-
public final class BinaryContent extends 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 BinaryContentload(Class<?> templateClass, String resource, int... lengths)
-
-
-
Method Detail
-
load
public static BinaryContent load(Class<?> templateClass, String resource, int... lengths)
-
get
public byte[] get(int index)
-
-