Movatterモバイル変換


[0]ホーム

URL:


Skip toContent

Enhancements in Java I/O


Enhancements in JDK 8 Release

There are several improvements to the standard(java.nio.charset.Charset) and extended charsetimplementations. They include:

Enhancements in JDK 7 Release

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

In addition, the following enhancement is introduced:

Area: NIO
Standard/Platform: JDK 7
Synopsis: Prior to the JDK 7 release, direct buffersallocated usingjava.nio.ByteBuffer.allocateDirect(int)were aligned on a page boundary. In JDK 7, the implementation haschanged so that direct buffers are no longer page aligned. Thisshould reduce the memory requirements of applications that createlots of small buffers.
RFE:4837564

Enhancements in JDK 6 Release

java.io

One new class is provided:

The following new methods were added toFile:

Constructors were added to the following class:

The behavior of the following method was modified:

java.nio

Enhancements in JDK 5.0Release

java.nio

Enhancements in Java SE 1.4

java.io

java.nio

Previous Enhancements


Copyright © 1993, 2025, Oracleand/or its affiliates. All rights reserved.
Contact Us

[8]ページ先頭

©2009-2025 Movatter.jp