org.ozoneDB.blob
Class BLOBPageImpl
java.lang.Object
|
+--org.ozoneDB.OzoneObject
|
+--org.ozoneDB.blob.BLOBPageImpl
- All Implemented Interfaces:
- BLOBPage, OzoneCompatible, OzoneCompatibleOrProxy, OzoneRemote, java.io.Serializable
- public class BLOBPageImpl
- extends OzoneObject
- implements BLOBPage
One page of an ozone BLOB.
- Version:
- $Revision: 1.1 $Date: 2001/12/18 10:31:30 $
- Author:
- SMB
- See Also:
- Serialized Form
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, getObjectID, handle, hashCode, onCreate, onDelete, self, setContainer, toString, toXML |
Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, wait, wait, wait |
BLOBPageImpl
public BLOBPageImpl()
init
public void init(int _space)
- Specified by:
init
in interface BLOBPage
size
public int size()
- Specified by:
size
in interface BLOBPage
write
public void write(byte[] b,
int off)
- Specified by:
write
in interface BLOBPage
read
public byte[] read(int off,
int len)
- Specified by:
read
in interface BLOBPage
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.