public class ByteArrayPage extends AbstractPage
| Constructor and Description |
|---|
ByteArrayPage(PageManager pageManager,
int index,
int size) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
int |
getOffset() |
int |
getSize() |
protected int |
readNextByte() |
void |
setContent(Page page) |
void |
setOffset(int offset) |
protected void |
writeByte(int b) |
clear, clearBytes, compareTo, flush, getIndex, getPageManager, hashCode, readByte, readBytes, readBytes, readDouble, readFloat, readInt, readLong, readShort, writeByte, writeBytes, writeBytes, writeDouble, writeFloat, writeInt, writeLong, writeShortpublic ByteArrayPage(PageManager pageManager, int index, int size)
public byte[] getContent()
public int getOffset()
public int getSize()
protected int readNextByte()
readNextByte in class AbstractPagepublic void setContent(Page page)
public void setOffset(int offset)
protected void writeByte(int b)
writeByte in class AbstractPageCopyright © 2015 Revolution Systems Inc.. All rights reserved.