Jump to content

Java.io: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Kappa (talk | contribs)
de-prod, possible merge
Replaced content with redirect to Java Platform, Standard Edition#java.io, java.nio
Line 1: Line 1:
[[Java Platform, Standard Edition]]
#REDIRECT [[Java Platform, Standard Edition#java.io, java.nio]]
{{lowercase|java.io}}

'''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 [[New I/O|java.nio]] offers memory-mapped file access facilities providing the capacity for [[IO]] operations closer to the underlying hardware.

==External links==
* {{Javadoc:SE|package=java.io|java/io}} ([[Javadoc]] documentation)
* {{Javadoc:SE|package=java.nio|java/nio}} ([[Javadoc]] documentation)

{{compu-lang-stub}}

Revision as of 21:20, 23 February 2006