java.io
(description)
- Supports system input and output, and object serialization.
to the file system
java.nio
(description)
- Defines buffers for bulk memory operations. Buffers may be
allocated in direct memory for high performance.
java.nio.channels
(description)
- Defines channels, an abstraction for devices capable of
performing I/O operations; defines selectors for multiplexed,
non-blocking I/O
We welcome your participation in our community. Please keep your comments
civil and on point. You may optionally provide your email address to
be notified of replies — your information is not used for any other
purpose. By submitting a comment, you agree to these
.