Jump to content

Java.io: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
{{prod}} Anything worth discussing about these packages should go into Java Platform, Standard Edition
Kappa (talk | contribs)
de-prod, possible merge
Line 1: Line 1:
{{prod|Anything worth discussing about these packages should go into [[Java Platform, Standard Edition]].}}
[[Java Platform, Standard Edition]]
{{lowercase|java.io}}
{{lowercase|java.io}}



Revision as of 11:58, 21 February 2006

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.