public class FileStoreInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
FileStoreInputStream(FileStore store,
DataHandler handler,
boolean compression,
boolean alwaysClose) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
protected void |
finalize() |
int |
read() |
int |
read(byte[] buff) |
int |
read(byte[] b,
int off,
int len) |
public FileStoreInputStream(FileStore store, DataHandler handler, boolean compression, boolean alwaysClose)
public int available()
available in class java.io.InputStreampublic int read(byte[] buff)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamprotected void finalize()
finalize in class java.lang.Objectpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException