public interface Page extends Comparable<Page>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearBytes(int startIndex) |
void |
flush() |
byte[] |
getContent() |
int |
getIndex() |
int |
getOffset() |
PageManager |
getPageManager() |
int |
getSize() |
byte |
readByte() |
byte[] |
readBytes(byte[] bytes,
int offset,
int count) |
byte[] |
readBytes(int size) |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
short |
readShort() |
void |
setContent(Page page) |
void |
setOffset(int i) |
void |
writeByte(byte b) |
void |
writeBytes(byte[] bytes) |
void |
writeBytes(byte[] bytes,
int offset,
int count) |
void |
writeDouble(double d) |
void |
writeFloat(float f) |
void |
writeInt(int i) |
void |
writeLong(long l) |
void |
writeShort(short s) |
compareTovoid clear()
void clearBytes(int startIndex)
void flush()
byte[] getContent()
int getIndex()
int getOffset()
PageManager getPageManager()
int getSize()
byte readByte()
byte[] readBytes(byte[] bytes,
int offset,
int count)
byte[] readBytes(int size)
double readDouble()
float readFloat()
int readInt()
long readLong()
short readShort()
void setContent(Page page)
void setOffset(int i)
void writeByte(byte b)
void writeBytes(byte[] bytes)
void writeBytes(byte[] bytes,
int offset,
int count)
void writeDouble(double d)
void writeFloat(float f)
void writeInt(int i)
void writeLong(long l)
void writeShort(short s)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.