@NonNullByDefault
See: Description
| Interface | Description |
|---|---|
| FileFilter |
A filter for abstract pathnames.
|
| FilenameFilter |
Instances of classes that implement this interface are used to filter filenames.
|
| Class | Description |
|---|---|
| File |
An abstract representation of file and directory pathnames.
|
| FileInputStream |
A
FileInputStream obtains input bytes from a file in a file system. |
| FileOutputStream |
A file output stream is an output stream for writing data to a
File. |
| FilePermission |
This class represents access to a file or directory.
|
| RandomAccessFile |
Instances of this class support both reading and writing to a random access file.
|
| Exception | Description |
|---|---|
| FileNotFoundException |
Signals that an attempt to open the file denoted by a specified pathname has failed.
|