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 InputStream
IOException
public int read() throws IOException
read
in class InputStream
IOException
public static byte[] readFully(BlobStore store, String id) throws IOException
IOException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.