A byte input stream that reads from a file. Makes use of the underlying fopen and related C functions.
Constructs an input stream to read from the given file pointer.
Constructs an input stream to read from the given file.
Closes the file stream by calling fclose on the underlying file pointer.
Reads up to buffer.length bytes from the file.
See Implementation
A byte input stream that reads from a file. Makes use of the underlying fopen and related C functions.