Java.io: Difference between revisions
Appearance
Content deleted Content added
added links to API Javadocs |
added links to API Javadocs |
||
Line 7: | Line 7: | ||
==External links== |
==External links== |
||
* {{Javadoc:SE|package=java.io|java/io}} ([[Javadoc]] documentation) |
* {{Javadoc:SE|package=java.io|java/io}} ([[Javadoc]] documentation) |
||
* {{Javadoc:SE|package=java.nio|java/nio}} ([[Javadoc]] documentation) |
|||
{{compu-lang-stub}} |
{{compu-lang-stub}} |
Revision as of 23:03, 19 January 2006
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.