org.axiondb.types
public class BlobSource extends AbstractAxionBlob
Version: $Revision: 1.4 $ $Date: 2003/05/14 15:38:12 $
Constructor Summary | |
---|---|
BlobSource(LobSource lob) |
Method Summary | |
---|---|
InputStream | getBinaryStream() |
byte[] | getBytes(long pos, int length) |
long | length() |
OutputStream | setBinaryStream(long pos) |
void | setLobSource(LobSource lob) |
void | truncate(long length) |