org.axiondb.jdbc
public interface AxionBlob extends Blob
Version: $Revision: 1.4 $ $Date: 2002/12/16 23:34:55 $
Method Summary | |
---|---|
InputStream | getBinaryStream() |
byte[] | getBytes(long pos, int length) |
long | length() |
long | position(Blob pattern, long start) |
long | position(byte[] pattern, long start) |
OutputStream | setBinaryStream(long pos) |
int | setBytes(long pos, byte[] bytes) |
int | setBytes(long pos, byte[] bytes, int offset, int len) |
void | truncate(long len) |