Version
GSMCharsetEncoder
public class GSMCharsetEncoder
extends java.nio.charset.CharsetEncoder
GSMCharsetEncoder is a subclass of CharsetEncoder designed to encode Java String values into GSM 7-bit encoded byte sequences. It uses custom encoding tables encapsulated in a GSMCharsetEncodingData instance to map characters to GSM-specific byte representations.
Methods:
void setGSMCharsetEncodingData(GSMCharsetEncodingData encodingData) | Sets the encoding data used for GSM 7-bit character encoding. |
GSMCharsetEncodingData getGSMCharsetEncodingData() | Retrieves the current encoding data applied by this encoder. |
Methods inherited from class java.nio.charset.CharsetEncoder |
|
averageBytesPerChar, canEncode, canEncode, charset, encode, encode, flush, isLegalReplacement, malformedInputAction, maxBytesPerChar, onMalformedInput, onUnmappableCharacter, replacement, replaceWith, reset, unmappableCharacterAction | |
Methods inherited from class java.lang.Object |
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Start innovating with Mobius
What's next? Let's talk!