FileStoreInputStream

An input stream that is backed by a file store.

Methods
int available()
int available()
void close()
void close()
int read(byte[] buff)
int read(byte[] buff) throws IOException
int read(byte[] b, int off, int len)
int read(byte[] b, int off, int len) throws IOException
int read()
int read() throws IOException