GSMCharsetDecodingData
public class GSMCharsetDecodingData
extends java.lang.Object
Represents metadata required during GSM 7-bit decoding, especially when dealing with packed septet streams as used in SMS messaging. This class defines how many characters (septets) are expected and how many to skip initially, based on the encoding style.
Note: This class is passed into a decoder (GSMCharsetDecoder) to manage segment-specific decoding or reassembly of SMS parts.
Constructor:
public GSMCharsetDecodingData(Gsm7EncodingStyle encodingStyle,
int totalSeptetCount,
int leadingSeptetSkipCount)
encodingStyle: Defines the GSM 7-bit encoding style (e.g., packed, unpacked).
totalSeptetCount: The total number of septets (characters) in the decoded message.
leadingSeptetSkipCount: The number of septets to skip at the beginning (often due to UDH or fragmentation).
Initializes a new decoding context.
Methods:
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!