Java.io: Difference between revisions
Appearance
Content deleted Content added
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}} |