Class PageInputStream
java.lang.Object
com.swiftmq.impl.store.standard.index.PageInputStream
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
read()
boolean
byte
readByte()
char
readChar()
double
float
void
readFully
(byte[] b) void
readFully
(byte[] b, int off, int len) int
readInt()
readLine()
long
readLong()
short
int
int
readUTF()
void
reset()
void
setPageRecorder
(PageRecorder pageRecorder) void
setRootPageNo
(int rootPageNo) int
skipBytes
(int n) void
long
void
-
Constructor Details
-
PageInputStream
-
-
Method Details
-
startCaptureLength
public void startCaptureLength() -
stopCaptureLength
public long stopCaptureLength() -
setPageRecorder
-
setRootPageNo
- Throws:
Exception
-
read
- Throws:
IOException
-
readFully
- Throws:
IOException
-
readFully
- Throws:
IOException
-
skipBytes
- Throws:
IOException
-
readBoolean
- Throws:
IOException
-
readByte
- Throws:
IOException
-
readUnsignedByte
- Throws:
IOException
-
readShort
- Throws:
IOException
-
readUnsignedShort
- Throws:
IOException
-
readChar
- Throws:
IOException
-
readInt
- Throws:
IOException
-
readLong
- Throws:
IOException
-
readFloat
- Throws:
IOException
-
readDouble
- Throws:
IOException
-
readLine
- Throws:
IOException
-
readUTF
- Throws:
IOException
-
unloadPages
- Throws:
IOException
-
reset
- Throws:
IOException
-