Uses of Package
java.nio.charset
Packages that use java.nio.charset
Package
Description
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
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 the classes for implementing networking applications.
HTTP Client and WebSocket APIs
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.
Service-provider classes for the
java.nio.charset
package.Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
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 interfaces for tools which can be invoked from a program,
for example, compilers.
-
Classes in java.nio.charset used by com.sun.net.httpserverClassDescriptionA named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
-
Classes in java.nio.charset used by java.ioClassDescriptionA named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters.An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of bytes in a specific charset.
-
Classes in java.nio.charset used by java.langClassDescriptionA named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
-
Classes in java.nio.charset used by java.netClassDescriptionA named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
-
Classes in java.nio.charset used by java.net.httpClassDescriptionA named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
-
Classes in java.nio.charset used by java.nio.channelsClassDescriptionA named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters.An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of bytes in a specific charset.
-
Classes in java.nio.charset used by java.nio.charsetClassDescriptionChecked exception thrown when a character encoding or decoding error occurs.A named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters.An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of bytes in a specific charset.A description of the result state of a coder.A typesafe enumeration for coding-error actions.
-
Classes in java.nio.charset used by java.nio.charset.spiClassDescriptionA named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
-
Classes in java.nio.charset used by java.nio.fileClassDescriptionA named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
-
Classes in java.nio.charset used by java.utilClassDescriptionA named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
-
Classes in java.nio.charset used by java.util.zipClassDescriptionA named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.
-
Classes in java.nio.charset used by javax.toolsClassDescriptionA named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes.