| java.lang.Object org.h2.store.DataPage org.h2.store.DataPageBinary
DataPageBinary | public class DataPageBinary extends DataPage (Code) | | This class represents a byte buffer optimized for performance.
It is the standard mechanism to convert data to a byte array and vice versa.
|
fill | public void fill(int len)(Code) | | |
getFillerLength | public int getFillerLength()(Code) | | |
getIntLen | public int getIntLen()(Code) | | |
getLongLen | public int getLongLen(long x)(Code) | | |
readByte | public int readByte()(Code) | | |
readInt | public int readInt()(Code) | | |
setInt | public void setInt(int pos, int x)(Code) | | |
updateChecksum | public void updateChecksum()(Code) | | |
writeByte | public void writeByte(byte x)(Code) | | |
writeInt | public void writeInt(int x)(Code) | | |
|
|