ozone API

Package org.ozoneDB.blob

Provides classes and interfaces of the ozone BLOB sub-system.

See:
          Description

Interface Summary
BLOBContainer The BLOB implementation.
BLOBPage Remote interface of BLOBPageImpl.
 

Class Summary
BLOBContainerImpl The BLOB implementation.
BLOBContainerImpl_Proxy  
BLOBInputStream The output stream of ozone BLOBs.
BLOBOutputStream The output stream of ozone BLOBs.
BLOBPageImpl One page of an ozone BLOB.
BLOBPageImpl_Proxy  
 

Package org.ozoneDB.blob Description

Provides classes and interfaces of the ozone BLOB sub-system. This package allows you to handle Binary Large Objects (BLOBS) in ozone. BLOBs are raw streams of data. They can be used to store images or sound or any other unstructured data in ozone. See samples/BLOB for a sample usage of the BLOB API.


ozone API

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