public final class ByteDataBuffer extends java.lang.Object implements DataBuffer
Modifier and Type | Method and Description |
---|---|
static ByteDataBuffer |
from(java.io.File file) |
byte |
getByte(int index) |
int |
getInt(int index) |
int |
size() |
java.lang.String |
toString() |
public byte getByte(int index)
public int getInt(int index)
public int size()
size
in interface DataBuffer
public java.lang.String toString()
toString
in class java.lang.Object
public static ByteDataBuffer from(java.io.File file)