|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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. |
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. |
Uses of BlobIOException in org.outerj.daisy.blobstore.impl |
---|
Methods in org.outerj.daisy.blobstore.impl that throw BlobIOException | |
---|---|
java.io.InputStream |
FSBlobStore.retrieve(java.lang.String name)
|
java.lang.String |
FSBlobStore.store(byte[] data)
|
java.lang.String |
FSBlobStore.store(java.io.InputStream is)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |