public class BlobStoreInputStream extends InputStream
| Constructor and Description |
|---|
BlobStoreInputStream(BlobStore 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(BlobStore store, String id) throws IOException
IOExceptionCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.