org.jboss.portal.cms.hibernate
Class HibernateStore.BlobInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.ByteArrayInputStream
          extended by org.jboss.portal.cms.hibernate.HibernateStore.BlobInputStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
HibernateStore

public static class HibernateStore.BlobInputStream
extends java.io.ByteArrayInputStream


Field Summary
 
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
 
Constructor Summary
HibernateStore.BlobInputStream(java.sql.Blob blob)
           
 
Method Summary
 
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.InputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateStore.BlobInputStream

public HibernateStore.BlobInputStream(java.sql.Blob blob)
                               throws java.lang.Exception
Throws:
java.lang.Exception