| Package | Description |
|---|---|
| java.io |
Input/Output support
|
| Constructor and Description |
|---|
FileInputStream(File f) |
FileOutputStream(File f)
create a new OutputStream to write to this file, starting at the beginning of the file.
|
FileReader(File file)
This method initializes a
FileReader instance to read from
the specified File object. |