PageInputStream

An input stream that reads from a page store.

Methods
BitField allocateAllPages()
Set all pages as 'allocated' in the page store.
BitField allocateAllPages()
Set all pages as 'allocated' in the page store.
Returns:
the bit set
void close()
void close()
int getDataPage()
int getDataPage()
int read()
int read() throws IOException
int read(byte[] b)
int read(byte[] b) throws IOException
int read(byte[] b, int off, int len)
int read(byte[] b, int off, int len) throws IOException