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, skip
public FileInputStream(String name) throws FileNotFoundException
FileNotFoundException
public FileInputStream(File file) throws FileNotFoundException
FileNotFoundException
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2005–2016 Javolution. All rights reserved.