public class FileInputStream extends InputStream
| Constructor and Description |
|---|
FileInputStream(File file) |
FileInputStream(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic FileInputStream(String name) throws FileNotFoundException
FileNotFoundExceptionpublic FileInputStream(File file) throws FileNotFoundException
FileNotFoundExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2005–2024 Javolution. All rights reserved.