Class BinaryContent
java.lang.Object
gg.jte.runtime.BinaryContent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]get(int index) static BinaryContentprivate static byte[]read(InputStream is, int length)
-
Field Details
-
data
private final byte[][] data
-
-
Constructor Details
-
BinaryContent
public BinaryContent(byte[][] data)
-
-
Method Details
-
load
-
read
- Throws:
IOException
-
get
public byte[] get(int index)
-