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

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

Uses of NonExistingBlobException in org.outerj.daisy.blobstore
 

Methods in org.outerj.daisy.blobstore that throw NonExistingBlobException
 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.
 void BlobStore.delete(java.lang.String name)
           
 

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

Methods in org.outerj.daisy.blobstore.impl that throw NonExistingBlobException
 void FSBlobStore.delete(java.lang.String name)
           
 java.io.InputStream FSBlobStore.retrieve(java.lang.String name)
           
 



Copyright © -2005 . All Rights Reserved.