public class FileInputStream
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

A FileInputStream obtains input bytes from a file in a file system. What files are available depends on the host environment.

FileInputStream is meant for reading streams of raw bytes such as image data. For reading streams of characters, consider using FileReader.

extends InputStream

See also:
java.io.File, java.io.FileDescriptor, java.io.FileOutputStream, java.nio.file.Files.newInputStream

Since:  JDK1.0