| java.lang.Object java.io.Reader com.caucho.db.store.ClobReader
Constructor Summary | |
public | ClobReader(Store store, byte[] inode, int inodeOffset) Creates a clob reader. | public | ClobReader(Inode inode) Creates a clob reader. |
Method Summary | |
public void | close() Closes the buffer. | public void | init(Store store, byte[] inode, int inodeOffset) Initialize the output stream. | public int | read() Reads a char. | public int | read(char[] buf, int offset, int length) Reads a buffer. | public static long | readLong(byte[] buffer, int offset) Writes the long. |
ClobReader | public ClobReader(Store store, byte[] inode, int inodeOffset)(Code) | | Creates a clob reader.
Parameters: store - the backing store |
ClobReader | public ClobReader(Inode inode)(Code) | | Creates a clob reader.
Parameters: store - the backing store |
close | public void close()(Code) | | Closes the buffer.
|
init | public void init(Store store, byte[] inode, int inodeOffset)(Code) | | Initialize the output stream.
|
read | public int read(char[] buf, int offset, int length) throws IOException(Code) | | Reads a buffer.
|
readLong | public static long readLong(byte[] buffer, int offset)(Code) | | Writes the long.
|
|
|