 |
FileInputStream (Java Platform SE 7 ) - Oracle Documentation
java.io.InputStream java.io.FileInputStream All Implemented Interfaces: Closeable, AutoCloseable public class FileInputStream extends InputStream A FileInputStream obtains input bytes from a file in a file system. ...
docs.oracle.com |
 |