org.axiondb.types
public class ClobSource extends AbstractAxionClob
Version: $Revision: 1.6 $ $Date: 2007/11/13 19:04:02 $
Constructor Summary | |
---|---|
ClobSource(LobSource lob) |
Method Summary | |
---|---|
InputStream | getAsciiStream()
This method is guaranteed to return an ASCII strream.
|
Reader | getCharacterStream() |
protected InputStream | getUtf8Stream() |
long | length() |
OutputStream | setAsciiStream(long pos)
The behaviour of this method is undefined for non-ASCII
input. |
void | setLobSource(LobSource lob) |
OutputStream | setUtf8Stream(long pos) |
void | truncate(long length) |