Closeable
, AutoCloseable
, Readable
Reads text from character files using a default buffer size. Decoding from bytes to characters uses either a specified
charsetor the
default charset.
The FileReader
is meant for reading streams of characters. For reading streams of raw bytes, consider using a FileInputStream
.
Constructors
Creates a new
FileReader
, given the
File
to read, using the
default charset.
Creates a new
FileReader
, given the
FileDescriptor
to read, using the
default charset.
Creates a new
FileReader
, given the
File
to read and the
charset.
Creates a new
FileReader
, given the name of the file to read, using the
default charset.
Creates a new
FileReader
, given the name of the file to read and the
charset.
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Creates a new
FileReader
, given the name of the file to read, using the
default charset.
fileName
- the name of the file to read
FileNotFoundException
- if the named file does not exist, is a directory rather than a regular file, or for some other reason cannot be opened for reading.
Creates a new
FileReader
, given the
File
to read, using the
default charset.
file
- the File
to read
FileNotFoundException
- if the file does not exist, is a directory rather than a regular file, or for some other reason cannot be opened for reading.
Creates a new
FileReader
, given the
FileDescriptor
to read, using the
default charset.
fd
- the FileDescriptor
to read
Creates a new
FileReader
, given the name of the file to read and the
charset.
fileName
- the name of the file to read
charset
- the charset
IOException
- if the named file does not exist, is a directory rather than a regular file, or for some other reason cannot be opened for reading.
Creates a new
FileReader
, given the
File
to read and the
charset.
file
- the File
to read
charset
- the charset
IOException
- if the file does not exist, is a directory rather than a regular file, or for some other reason cannot be opened for reading.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4