org.axiondb.types
public class ByteArrayBlob extends Object implements AxionBlob
Version: $Revision: 1.3 $ $Date: 2007/11/13 19:04:02 $
Constructor Summary | |
---|---|
ByteArrayBlob(byte[] value) |
Method Summary | |
---|---|
InputStream | getBinaryStream() |
byte[] | getBytes() |
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 offset, int len) |
int | setBytes(long pos, byte[] bytes) |
void | truncate(long len) |