org.ozoneDB.blob |
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.
|
Java Source File Name | Type | Comment |
BLOBContainer.java | Interface | The BLOB implementation. |
BLOBContainerImpl.java | Class | The BLOB implementation. |
BLOBInputStream.java | Class | The output stream of ozone BLOBs. |
BLOBOutputStream.java | Class | The output stream of ozone BLOBs. |
BLOBPage.java | Interface | Remote interface of BLOBPageImpl. |
BLOBPageImpl.java | Class | One page of an ozone BLOB. |