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