Search Java Classes and Packages
Search Java Frameworks and Libraries
#Java.nio.charset Classes and Interfaces - 13 results found.
| Name | Description | Type | Package | Framework |
| CharacterCodingException | Checked exception thrown when a character encoding or decoding error occurs. | Class | java.nio.charset | Java SE |
|
| Charset | A named mapping between sequences of sixteen-bit Unicode code units and sequences of bytes. | Class | java.nio.charset | Java SE |
|
| CharsetDecoder | An engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters. | Class | java.nio.charset | Java SE |
|
| CharsetEncoder | An engine that can transform a sequence of sixteen-bit Unicode characters into a sequence of bytes in a specific charset. | Class | java.nio.charset | Java SE |
|
| CharsetProvider | Charset service-provider class. | Class | java.nio.charset.spi | Java SE |
|
| CoderMalfunctionError | Error thrown when the decodeLoop method of a CharsetDecoder, or the encodeLoop method of a CharsetEncoder, throws an unexpected | Class | java.nio.charset | Java SE |
|
| CoderResult | A description of the result state of a coder. | Class | java.nio.charset | Java SE |
|
| CodingErrorAction | A typesafe enumeration for coding-error actions. | Class | java.nio.charset | Java SE |
|
| IllegalCharsetNameException | Unchecked exception thrown when a string that is not a legal charset name is used as such. | Class | java.nio.charset | Java SE |
|
| MalformedInputException | Checked exception thrown when an input byte sequence is not legal for given charset, or an input character sequence is not a legal sixteen-bit Unicode | Class | java.nio.charset | Java SE |
|
| StandardCharsets | Constant definitions for the standard Charsets. | Class | java.nio.charset | Java SE |
|
| UnmappableCharacterException | Checked exception thrown when an input character (or byte) sequence is valid but cannot be mapped to an output byte (or character) | Class | java.nio.charset | Java SE |
|
| UnsupportedCharsetException | Unchecked exception thrown when no support is available for a requested charset. | Class | java.nio.charset | Java SE |