HeapByteBufUtil

Utility class for heap buffers.

Members

Static functions

getByte
byte getByte(byte[] memory, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
getInt
int getInt(byte[] memory, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
getIntLE
int getIntLE(byte[] memory, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
getLong
long getLong(byte[] memory, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
getLongLE
long getLongLE(byte[] memory, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
getShort
short getShort(byte[] memory, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
getShortLE
short getShortLE(byte[] memory, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
getUnsignedMedium
int getUnsignedMedium(byte[] memory, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
getUnsignedMediumLE
int getUnsignedMediumLE(byte[] memory, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
setByte
void setByte(byte[] memory, int index, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
setInt
void setInt(byte[] memory, int index, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
setIntLE
void setIntLE(byte[] memory, int index, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
setLong
void setLong(byte[] memory, int index, long value)
Undocumented in source. Be warned that the author may not have intended to support it.
setLongLE
void setLongLE(byte[] memory, int index, long value)
Undocumented in source. Be warned that the author may not have intended to support it.
setMedium
void setMedium(byte[] memory, int index, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
setMediumLE
void setMediumLE(byte[] memory, int index, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
setShort
void setShort(byte[] memory, int index, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
setShortLE
void setShortLE(byte[] memory, int index, int value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta