67686970717273
*/ public InputStream getAsciiStream() throws SQLException { // XXX: lie, since this is utf8 return new BlobInputStream(_store, _inode, 0); }
66676869707172
* Returns the blob as a stream. */ public InputStream getBinaryStream() throws SQLException { return new BlobInputStream(_store, _inode, 0); }