org.ozoneDB.blob
Interface BLOBPage
- All Superinterfaces:
- OzoneCompatibleOrProxy, OzoneRemote
- All Known Implementing Classes:
- BLOBPageImpl, BLOBPageImpl_Proxy
- public interface BLOBPage
- extends OzoneRemote
Remote interface of BLOBPageImpl.
- Version:
- $Revision: 1.1 $Date: 2001/12/18 10:31:30 $
- Author:
- SMB
Method Summary |
void |
init(int _space)
|
byte[] |
read(int off,
int len)
|
int |
size()
|
void |
write(byte[] b,
int off)
|
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 (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.