|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.OzoneObject
org.ozoneDB.blob.BLOBPageImpl
One page of an ozone BLOB.
Constructor Summary | |
BLOBPageImpl()
|
Method Summary | |
void |
init(int _space)
|
byte[] |
read(int off,
int len)
|
int |
size()
|
void |
write(byte[] b,
int off)
|
Methods inherited from class org.ozoneDB.OzoneObject |
container, database, deleteRecursive, equals, getHandle, getObjectID, handle, hashCode, onActivate, onCreate, onDelete, onPassivate, requireWriteLocking, self, setContainer, toString, toXML |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
Constructor Detail |
public BLOBPageImpl()
Method Detail |
public void init(int _space)
init
in interface BLOBPage
public int size()
size
in interface BLOBPage
public void write(byte[] b, int off)
write
in interface BLOBPage
public byte[] read(int off, int len)
read
in interface BLOBPage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |