Uses of Package
java.nio.charset
Packages that usejava.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 to support low-level and efficient foreign memory/function access, directly from Java.
- Classes injava.nio.charset used bycom.sun.net.httpserverClassDescriptionA named mapping between sequences of sixteen-bit Unicodecode units and sequences of bytes.
- Classes injava.nio.charset used byjava.ioClassDescriptionA named mapping between sequences of sixteen-bit Unicodecode 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 injava.nio.charset used byjava.langClassDescriptionA named mapping between sequences of sixteen-bit Unicodecode units and sequences of bytes.
- Classes injava.nio.charset used byjava.netClassDescriptionA named mapping between sequences of sixteen-bit Unicodecode units and sequences of bytes.
- Classes injava.nio.charset used byjava.net.httpClassDescriptionA named mapping between sequences of sixteen-bit Unicodecode units and sequences of bytes.
- Classes injava.nio.charset used byjava.nio.channelsClassDescriptionA named mapping between sequences of sixteen-bit Unicodecode 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 injava.nio.charset used byjava.nio.charsetClassDescriptionChecked exception thrown when a character encoding or decoding error occurs.A named mapping between sequences of sixteen-bit Unicodecode 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 injava.nio.charset used byjava.nio.charset.spiClassDescriptionA named mapping between sequences of sixteen-bit Unicodecode units and sequences of bytes.
- Classes injava.nio.charset used byjava.nio.fileClassDescriptionA named mapping between sequences of sixteen-bit Unicodecode units and sequences of bytes.
- Classes injava.nio.charset used byjava.utilClassDescriptionA named mapping between sequences of sixteen-bit Unicodecode units and sequences of bytes.
- Classes injava.nio.charset used byjava.util.zipClassDescriptionA named mapping between sequences of sixteen-bit Unicodecode units and sequences of bytes.
- Classes injava.nio.charset used byjavax.toolsClassDescriptionA named mapping between sequences of sixteen-bit Unicodecode units and sequences of bytes.
- Classes injava.nio.charset used byjdk.incubator.foreignClassDescriptionA named mapping between sequences of sixteen-bit Unicodecode units and sequences of bytes.