public class FSInputStream extends InputStream
| Constructor and Description |
|---|
FSInputStream() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(byte[] buf) |
int |
available() |
void |
close() |
int |
read() |
mark, markSupported, read, read, reset, skipprotected void add(byte[] buf)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2019. All Rights Reserved.