public class GSMCharsetEncoder extends CharsetEncoder
| Modifier | Constructor and Description |
|---|---|
protected |
GSMCharsetEncoder(Charset cs,
float averageBytesPerChar,
float maxBytesPerChar) |
| Modifier and Type | Method and Description |
|---|---|
protected CoderResult |
encodeLoop(CharBuffer in,
ByteBuffer out) |
GSMCharsetEncodingData |
getGSMCharsetEncodingData() |
protected CoderResult |
implFlush(ByteBuffer out)
TODO :
|
protected void |
implReset() |
void |
setGSMCharsetEncodingData(GSMCharsetEncodingData encodingData) |
averageBytesPerChar, canEncode, canEncode, charset, encode, encode, flush, implOnMalformedInput, implOnUnmappableCharacter, implReplaceWith, isLegalReplacement, malformedInputAction, maxBytesPerChar, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterActionprotected GSMCharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar)
public void setGSMCharsetEncodingData(GSMCharsetEncodingData encodingData)
public GSMCharsetEncodingData getGSMCharsetEncodingData()
protected void implReset()
implReset in class CharsetEncoderprotected CoderResult implFlush(ByteBuffer out)
implFlush in class CharsetEncoderprotected CoderResult encodeLoop(CharBuffer in, ByteBuffer out)
encodeLoop in class CharsetEncoderCopyright © 2016. All Rights Reserved.