public class BlobStoreInputStream extends InputStream
| Constructor and Description |
|---|
BlobStoreInputStream(AbstractBlobStore store,
String id,
long pos) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
static byte[] |
readFully(AbstractBlobStore store,
String id) |
available, close, mark, markSupported, read, reset, skippublic BlobStoreInputStream(AbstractBlobStore store, String id, long pos)
public int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic static byte[] readFully(AbstractBlobStore store, String id) throws IOException
IOExceptionCopyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.