Java I/O, NIO, and NIO.2

Java I/O support is included in the java.io and java.nio packages. Together these packages include the following features:

  • Input and output through data streams, serialization and the file system.
  • Charsets, decoders, and encoders, for translating between bytes and Unicode characters.
  • Access to file, file attributes and file systems.
  • APIs for building scalable servers using asynchronous or multiplexed, non-blocking I/O.

Tutorials and Programmer's Guides

API Specification

Examples

Enhancements

More Information


Oracle and/or its affiliates Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部