Please note that this documentation is not final and is subject to change.


DRAFT-b102

Package java.io

Provides for system input and output through data streams, serialization and the file system.

See:
          Description

Class Summary
Class Description
File An abstract representation of file and directory pathnames.
FilePermission This class represents access to a file or directory.
Inputs This class consists exclusively of static methods that operate on input sources.
Outputs This class consists exclusively of static methods that operate on output destinations.
 

Package java.io Description

Provides for system input and output through data streams, serialization and the file system.



DRAFT-b102