DataBuffer

Package: db.buffers
Type: class

10.3_PUBLIC

modifiedmethod: get
added throws IndexOutOfBoundsException; removed throws ArrayIndexOutOfBoundsException
- void get(int offset, byte[] bytes, int dataOffset, int length) throws ArrayIndexOutOfBoundsException
+ void get(int offset, byte[] bytes, int dataOffset, int length) throws IndexOutOfBoundsException
modifiedmethod: get
added throws IndexOutOfBoundsException; removed throws ArrayIndexOutOfBoundsException
- byte[] get(int offset, int length) throws ArrayIndexOutOfBoundsException
+ byte[] get(int offset, int length) throws IndexOutOfBoundsException

10.0_PUBLIC

addedmethod: unsignedCompareTo
int unsignedCompareTo(byte[] otherData, int offset, int len)

9.0.2_PUBLIC

addedfield: data
byte[] data
addedmethod: getData
byte[] getData()
addedmethod: setData
void setData(byte[] data)
addedmethod: setDirty
void setDirty(boolean state)
addedmethod: setEmpty
void setEmpty(boolean state)
addedmethod: setId
void setId(int id)

9.0.1_PUBLIC

introducedInitial version