Jump to content

Java.io: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Updated java.nio link
{{prod}} Anything worth discussing about these packages should go into Java Platform, Standard Edition
Line 1: Line 1:
{{prod|Anything worth discussing about these packages should go into [[Java Platform, Standard Edition]].}}
{{lowercase|java.io}}
{{lowercase|java.io}}



Revision as of 09:07, 21 February 2006

This template must be substituted.


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.