ozone API

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

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, getObjectID, handle, hashCode, onCreate, onDelete, self, setContainer, toString, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 

Constructor Detail

BLOBPageImpl

public BLOBPageImpl()
Method Detail

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

ozone API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.