public final class ByteBufferWrapper
extends java.lang.Object
Constructor and Description |
---|
ByteBufferWrapper(byte[] buf)
Read from a fixed byte[]; should not be closed.
|
public ByteBufferWrapper(byte[] buf)
public int position()
public boolean hasRemaining()
public void skip(int skip)
public int get1U()
public char get2()
public int get3()
public int get4()
public float get4f()
public double get8d()