Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » lob » [javadoc | source]
org.hibernate.lob
public class: SerializableBlob [javadoc | source]
java.lang.Object
   org.hibernate.lob.SerializableBlob

All Implemented Interfaces:
    Blob, Serializable

Constructor:
 public SerializableBlob(Blob blob) 
Method from org.hibernate.lob.SerializableBlob Summary:
getBinaryStream,   getBytes,   getWrappedBlob,   length,   position,   position,   setBinaryStream,   setBytes,   setBytes,   truncate
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.lob.SerializableBlob Detail:
 public InputStream getBinaryStream() throws SQLException 
 public byte[] getBytes(long pos,
    int length) throws SQLException 
 public Blob getWrappedBlob() 
 public long length() throws SQLException 
 public long position(byte[] pattern,
    long start) throws SQLException 
 public long position(Blob pattern,
    long start) throws SQLException 
 public OutputStream setBinaryStream(long pos) throws SQLException 
 public int setBytes(long pos,
    byte[] bytes) throws SQLException 
 public int setBytes(long pos,
    byte[] bytes,
    int offset,
    int len) throws SQLException 
 public  void truncate(long len) throws SQLException