public class FileInputStream extends InputStream
| Constructor and Description |
|---|
FileInputStream(File file) |
FileInputStream(String fileName) |
public FileInputStream(String fileName) throws FileNotFoundException
FileNotFoundExceptionpublic FileInputStream(File file) throws FileNotFoundException
FileNotFoundException