Jump to content

java.io

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Kappa (talk | contribs) at 11:58, 21 February 2006 (de-prod, possible merge). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Java Platform, Standard Edition


java.io is a package of the Java programming language dealing with system input and output. Classes facilitating serialisation, the manipulation of files, streams and the exceptions arising from these IO operations are placed in this package.

In J2SE 1.4, the new package java.nio offers memory-mapped file access facilities providing the capacity for IO operations closer to the underlying hardware.