| java.lang.Object org.isqlviewer.sql.ByteArrayBlob
ByteArrayBlob | public class ByteArrayBlob implements Blob(Code) | | Utility Implementation for dealing with BLOB objects in memory.
This is very easy implementation of a BLOB using the ByteArrayInputStream. This class is designed for easily creating
BLOB objects at runtime using a byte array.
See Also: java.io.ByteArrayInputStream author: Markus A. Kobold <mkobold at sprintpcs dot com> |
ByteArrayBlob | public ByteArrayBlob()(Code) | | |
length | public long length()(Code) | | |
setBytes | public int setBytes(long pos, byte[] bytes, int offset, int len) throws SQLException(Code) | | |
|
|