Package java.io

Provides classes for system input and output through data streams.

See:
          Description

Exception Summary
FileNotFoundException Signals that an attempt to open the file denoted by a specified pathname has failed.
IOException Signals that an I/O exception of some sort has occurred.
 

Package java.io Description

Provides classes for system input and output through data streams.

Since:
JDK1.0