public class GSMCharsetDecoder extends CharsetDecoder
| Modifier | Constructor and Description |
|---|---|
protected |
GSMCharsetDecoder(Charset cs,
float averageCharsPerByte,
float maxCharsPerByte)
Constructs a Decoder.
|
| Modifier and Type | Method and Description |
|---|---|
protected CoderResult |
decodeLoop(ByteBuffer in,
CharBuffer out) |
GSMCharsetDecodingData |
getGSMCharsetDecodingData() |
protected CoderResult |
implFlush(CharBuffer out) |
protected void |
implReset() |
void |
setGSMCharsetDecodingData(GSMCharsetDecodingData encodingData) |
averageCharsPerByte, charset, decode, decode, detectedCharset, flush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, isAutoDetecting, isCharsetDetected, malformedInputAction, maxCharsPerByte, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterActionprotected GSMCharsetDecoder(Charset cs, float averageCharsPerByte, float maxCharsPerByte)
public void setGSMCharsetDecodingData(GSMCharsetDecodingData encodingData)
public GSMCharsetDecodingData getGSMCharsetDecodingData()
protected void implReset()
implReset in class CharsetDecoderprotected CoderResult implFlush(CharBuffer out)
implFlush in class CharsetDecoderprotected CoderResult decodeLoop(ByteBuffer in, CharBuffer out)
decodeLoop in class CharsetDecoderCopyright © 2016. All Rights Reserved.