Documentation Contents

Enhancements in Java I/O


Enhancements in Java SE 7

The java.nio.file package and its related package, java.nio.file.attribute, provide comprehensive support for file I/O and for accessing the file system. A zip file system provider is also available in JDK 7. The following resources provide more information:

Enhancements in Java SE 6

java.io

One new class is provided:

The following new methods were added to File:

Constructors were added to the following class:

The behavior of the following method was modified:

java.nio

Enhancements in J2SE 5.0

java.nio

Enhancements in Java 2 SDK v1.4

java.io

java.nio

Previous Enhancements


Oracle and/or its affiliates Copyright © 1993, 2011, Oracle and/or its affiliates. All rights reserved.
Contact Us