| java.lang.Object java.io.OutputStream com.caucho.db.store.BlobOutputStream
Method Summary | |
public void | close() Completes the stream. | public void | init(Store store, byte[] inode, int inodeOffset) Initialize the output stream. | public void | write(int v) Writes a byte. | public void | write(byte[] buffer, int offset, int length) Writes a buffer. |
BlobOutputStream | public BlobOutputStream(Transaction xa, Store store, byte[] inode, int inodeOffset)(Code) | | Creates a blob output stream.
Parameters: store - the output store |
BlobOutputStream | public BlobOutputStream(Store store, byte[] inode, int inodeOffset)(Code) | | Creates a blob output stream.
Parameters: store - the output store |
BlobOutputStream | BlobOutputStream(Inode inode)(Code) | | Creates a blob output stream.
Parameters: store - the output store |
init | public void init(Store store, byte[] inode, int inodeOffset)(Code) | | Initialize the output stream.
|
write | public void write(byte[] buffer, int offset, int length) throws IOException(Code) | | Writes a buffer.
|
|
|