Jump to content

Java.io

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by NSR (talk | contribs) at 22:20, 29 June 2005 (External link description). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Package java.io Provides for system input and output through data streams, serialization and the file system. Partly superseded by the package java.nio in Java 1.4 and later.