Uses of Package
java.nio
Packages that use java.nio
Package
Description
A Java API for Stream Control Transport Protocol.
Provides for system input and output through data streams,
 serialization and the file system.
Provides classes that are fundamental to the design of the Java
 programming language.
Provides low-level access to memory and functions outside the Java runtime.
The 
java.lang.invoke package provides low-level primitives for interacting
 with the Java Virtual Machine.Classes to support module descriptors and creating configurations of modules
 by means of resolution and service binding.
HTTP Client and WebSocket APIs
Defines buffers, which are containers for data, and provides an
 overview of the other NIO packages.
Defines channels, which represent connections to entities that are capable of
 performing I/O operations, such as files and sockets; defines selectors, for
 multiplexed, non-blocking I/O operations.
Defines charsets, decoders, and encoders, for translating between
 bytes and Unicode characters.
Interfaces and classes providing access to file and file system attributes.
Provides the classes and interfaces for the security framework.
Contains the collections framework, some internationalization support classes,
 a service loader, properties, random number generation, string parsing
 and scanning classes, base64 encoding and decoding, a bit array, and
 several miscellaneous utility classes.
Provides classes for reading and writing the standard ZIP and GZIP file
 formats.
Provides the classes and interfaces for cryptographic
 operations.
A package of the Java Image I/O API dealing with low-level I/O from files and
 streams.
Provides classes for the secure socket package.
Java™ Smart Card I/O API.
Incubating Feature. Will be removed in a future release.
- 
Classes in java.nio used by com.sun.nio.sctp
- 
- 
- 
Classes in java.nio used by java.lang.foreignClassDescriptionA container for data of a specific primitive type.A byte buffer.A typesafe enumeration for byte orders.
- 
Classes in java.nio used by java.lang.invoke
- 
Classes in java.nio used by java.lang.module
- 
Classes in java.nio used by java.net.http
- 
ClassDescriptionA container for data of a specific primitive type.A byte buffer.A typesafe enumeration for byte orders.A char buffer.A double buffer.A float buffer.An int buffer.A long buffer.A direct byte buffer whose content is a memory-mapped region of a file.A short buffer.
- 
Classes in java.nio used by java.nio.channelsClassDescriptionA byte buffer.A direct byte buffer whose content is a memory-mapped region of a file.
- 
Classes in java.nio used by java.nio.charset
- 
Classes in java.nio used by java.nio.file.attribute
- 
Classes in java.nio used by java.security
- 
- 
Classes in java.nio used by java.util.zip
- 
Classes in java.nio used by javax.crypto
- 
Classes in java.nio used by javax.imageio.stream
- 
Classes in java.nio used by javax.net.ssl
- 
Classes in java.nio used by javax.smartcardio
- 
Classes in java.nio used by jdk.incubator.vector