| java.lang.Object org.apache.cocoon.util.BlobHelper
BlobHelper | public class BlobHelper implements Blob(Code) | | A minimal implementation just enough to send a BLOB to a
database. Advanced methods and all methods for modifying the BLOB
are not implemented.
version: CVS $Id: BlobHelper.java 476958 2006-11-19 22:36:03Z anathaniel $ |
free | public void free()(Code) | | Not implemented (Java6 extension).
|
getBinaryStream | public InputStream getBinaryStream(long pos, long length)(Code) | | Not implemented (Java6 extension).
|
getBytes | public byte[] getBytes(long pos, int length)(Code) | | Not implemented.
|
length | public long length()(Code) | | |
position | public long position(Blob pattern, long start)(Code) | | Not implemented.
|
position | public long position(byte[] pattern, long start)(Code) | | Not implemented.
|
setBytes | public int setBytes(long pos, byte[] bytes)(Code) | | Not implemented.
|
setBytes | public int setBytes(long pos, byte[] bytes, int offset, int len)(Code) | | Not implemented.
|
truncate | public void truncate(long len)(Code) | | Not implemented.
|
|
|