|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
void |
BlobStore.delete(java.lang.String name)
|
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 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |