org.ozoneDB.blob
Interface BLOBPage
- All Superinterfaces:
- org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote
- All Known Implementing Classes:
- BLOBPageImpl, BLOBPageImpl_Proxy
- public interface BLOBPage
- extends org.ozoneDB.OzoneRemote
Remote interface of BLOBPageImpl.
- Version:
- $Revision: 1.3 $Date: 2002/12/29 11:15:55 $
- Author:
- SMB
Method Summary |
void |
init(int _space)
|
byte[] |
read(int off,
int len)
|
int |
size()
|
void |
write(byte[] b,
int off)
|
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
init
public void init(int _space)
write
public void write(byte[] b,
int off)
read
public byte[] read(int off,
int len)
size
public int size()
Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.