Example usage for Java java.io Bits fields, constructors, methods, implement or subclass
The text is from its open source code.
long | getLong(byte[] b, int off) |
short | getShort(byte[] b, int off) |
void | putLong(byte[] b, int off, long val) |
void | putShort(byte[] b, int off, short val) |