ozone API

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)
           
 
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy
getObjectID
 

Method Detail

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()

ozone API

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