public class FileStoreInputStream extends 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) |
mark, markSupported, reset, skip
public FileStoreInputStream(FileStore store, DataHandler handler, boolean compression, boolean alwaysClose)
public int available()
available
in class InputStream
public int read(byte[] buff) throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2020 JBoss by Red Hat. All rights reserved.