Uses of Class
org.outerj.daisy.blobstore.BlobIOException

Packages that use BlobIOException
org.outerj.daisy.blobstore   
org.outerj.daisy.blobstore.impl   
 

Uses of BlobIOException in org.outerj.daisy.blobstore
 

Methods in org.outerj.daisy.blobstore that throw BlobIOException
 java.lang.String BlobStore.store(byte[] data)
          Returns an auto-generated key by which the blob can later be retrieved.
 java.lang.String BlobStore.store(java.io.InputStream is)
          Returns an auto-generated key by which the blob can later be retrieved.
 java.io.InputStream BlobStore.retrieve(java.lang.String name)
          The caller is responsible himself that a file is not being read before it is completely written.
 

Uses of BlobIOException in org.outerj.daisy.blobstore.impl
 

Methods in org.outerj.daisy.blobstore.impl that throw BlobIOException
 java.lang.String FSBlobStore.store(byte[] data)
           
 java.lang.String FSBlobStore.store(java.io.InputStream is)
           
 java.io.InputStream FSBlobStore.retrieve(java.lang.String name)
           
 



Copyright © -2005 . All Rights Reserved.