public class ByteArrayBinaryModel extends java.lang.Object implements BinaryModel
| Constructor and Description |
|---|
ByteArrayBinaryModel() |
ByteArrayBinaryModel(byte[] data) |
ByteArrayBinaryModel(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getBytes(long offset,
int len,
byte[] target) |
long |
getLength() |
public ByteArrayBinaryModel()
public ByteArrayBinaryModel(byte[] data)
public ByteArrayBinaryModel(java.io.InputStream in)
throws java.io.IOException
java.io.IOExceptionpublic long getLength()
getLength in interface BinaryModelpublic int getBytes(long offset,
int len,
byte[] target)
getBytes in interface BinaryModelpublic void close()
close in interface BinaryModelCopyright © 2022. All Rights Reserved.