public class ByteArrayCbfData extends java.lang.Object implements CbfData
CbfData
ByteArrayCbfData(byte[] data)
byte
getByte()
double
getDouble()
float
getFloat()
int
getInt()
long
getLong()
short
getShort()
getUbyte()
getUint()
getUshort()
void
order(java.nio.ByteOrder bo)
skipBytes(int count)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteArrayCbfData(byte[] data)
public void order(java.nio.ByteOrder bo)
order
public byte getByte()
getByte
public short getUbyte()
getUbyte
public short getShort()
getShort
public int getUshort()
getUshort
public int getInt()
getInt
public long getUint()
getUint
public long getLong()
getLong
public float getFloat()
getFloat
public double getDouble()
getDouble
public void skipBytes(int count)
skipBytes