| java.lang.Object org.h2.store.DataPage org.h2.store.DataPageText
DataPageText | public class DataPageText extends DataPage (Code) | | This class represents a byte buffer that is human readable up to some point.
Number are stored in hex format.
It is mainly used to debug storage problems.
|
fill | public void fill(int len)(Code) | | |
getFillerLength | public int getFillerLength()(Code) | | |
getIntLen | public int getIntLen()(Code) | | |
getLongLen | public int getLongLen(long x)(Code) | | |
readInt | public int readInt()(Code) | | |
setInt | public void setInt(int pos, int x)(Code) | | |
updateChecksum | public void updateChecksum()(Code) | | |
writeInt | public void writeInt(int x)(Code) | | |
|
|