|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectglobal.PageId
class PageId
Field Summary | |
int |
pid
public int pid |
Constructor Summary | |
PageId()
Default constructor |
|
PageId(int pageno)
constructor of class |
Method Summary | |
void |
copyPageId(PageId pageno)
make a copy of the given pageId |
java.lang.String |
toString()
|
void |
writeToByteArray(byte[] ary,
int offset)
Write the pid into a specified bytearray at offset |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int pid
Constructor Detail |
public PageId()
public PageId(int pageno)
pageno
- the page IDMethod Detail |
public void copyPageId(PageId pageno)
public void writeToByteArray(byte[] ary, int offset) throws java.io.IOException
ary
- the specified bytearrayoffset
- the offset of bytearray to write the pid
java.io.IOException
- I/O errorspublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |