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