| Package | Description |
|---|---|
| java.io | |
| java.nio.charset |
| Class and Description |
|---|
| Charset
A named mapping between sequences of sixteen-bit Unicode code units and sequences of
bytes.
|
| Class and Description |
|---|
| Charset
A named mapping between sequences of sixteen-bit Unicode code units 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.
|
Copyright © 2025 API Design. All Rights Reserved.