Uses of Class
java.nio.charset.CharsetDecoder
| Package | Description |
|---|---|
| java.io | |
| java.nio.channels | |
| java.nio.charset | |
| libcore.icu |
-
Uses of CharsetDecoder in java.io
Constructors in java.io with parameters of type CharsetDecoder Constructor Description InputStreamReader(InputStream in, CharsetDecoder dec)Constructs a new InputStreamReader on the InputStreaminand CharsetDecoderdec. -
Uses of CharsetDecoder in java.nio.channels
Methods in java.nio.channels with parameters of type CharsetDecoder Modifier and Type Method Description static ReaderChannels. newReader(ReadableByteChannel channel, CharsetDecoder decoder, int minBufferCapacity)Returns a reader that decodes bytes from a channel. -
Uses of CharsetDecoder in java.nio.charset
Methods in java.nio.charset that return CharsetDecoder Modifier and Type Method Description abstract CharsetDecoderCharset. newDecoder()Returns a new instance of a decoder for this charset.CharsetDecoderCharsetDecoder. onMalformedInput(CodingErrorAction newAction)Sets this decoder's action on malformed input errors.CharsetDecoderCharsetDecoder. onUnmappableCharacter(CodingErrorAction newAction)Sets this decoder's action on unmappable character errors.CharsetDecoderCharsetDecoder. replaceWith(String replacement)Sets the new replacement string.CharsetDecoderCharsetDecoder. reset()Resets this decoder. -
Uses of CharsetDecoder in libcore.icu
Methods in libcore.icu with parameters of type CharsetDecoder Modifier and Type Method Description static voidNativeConverter. setCallbackDecode(long converterHandle, CharsetDecoder decoder)