|
JavaTM 2 Platform Std. Ed. v1.4.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use java.nio.charset | |
java.io | Provides for system input and output through data streams, serialization and the file system. |
java.nio.channels | 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. |
java.nio.charset | Defines charsets, decoders, and encoders, for translating between bytes and Unicode characters. |
java.nio.charset.spi | Service-provider classes for the java.nio.charset package. |
Classes in java.nio.charset used by java.ioCharset
|
A named mapping between sequences of sixteen-bit Unicode characters and sequences of bytes. CharsetDecoder
|
An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters. CharsetEncoder
|
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.channelsCharsetDecoder
|
An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters. CharsetEncoder
|
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.charsetCharacterCodingException
|
Checked exception thrown when a character encoding or decoding error occurs. Charset
|
A named mapping between sequences of sixteen-bit Unicode characters and sequences of bytes. CharsetDecoder
|
An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters. CharsetEncoder
|
An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of bytes in a specific charset. CoderResult
|
A description of the result state of a coder. CodingErrorAction
|
A typesafe enumeration for coding-error actions. |
Classes in java.nio.charset used by java.nio.charset.spiCharset
|
A named mapping between sequences of sixteen-bit Unicode characters and sequences of bytes. |
|
JavaTM 2 Platform Std. Ed. v1.4.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.