public class FileInputInputStream extends InputStream
| Constructor and Description | 
|---|
| FileInputInputStream(FileInput in) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | available() | 
| void | close() | 
| boolean | markSupported() | 
| boolean | nextFile() | 
| int | read() | 
| int | read(byte[] b,
    int off,
    int len) | 
| long | skip(long len) | 
mark, read, resetpublic FileInputInputStream(FileInput in)
public boolean nextFile()
public int read()
read in class InputStreampublic int read(byte[] b,
                int off,
                int len)
read in class InputStreampublic long skip(long len)
skip in class InputStreampublic int available()
available in class InputStreampublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreampublic boolean markSupported()
markSupported in class InputStream