Documentation Contents |
Java I/O |
Java I/O support is included in the java.io and java.nio packages. Together these packages include the following features:
- File and device I/O
- Object serialization
- Buffers for data of primitive types
- Character-set encoders and decoders
- Channels, a new primitive I/O abstraction
- A file interface that supports locks and memory mapping
- A multiplexed, non-blocking I/O facility for writing scalable servers
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved. Please send comments using this Feedback page. |
Java Technology |