public class FileStoreInputStream extends InputStream
| Constructor and Description |
|---|
FileStoreInputStream(FileStore store,
DataHandler handler,
boolean compression,
boolean alwaysClose) |
public FileStoreInputStream(FileStore store, DataHandler handler, boolean compression, boolean alwaysClose)
public int available()
available in class InputStreampublic int read(byte[] buff)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreampublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.