public class GSMCharsetDecodingData extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Gsm7EncodingStyle |
encodingStyle |
protected int |
leadingSeptetSkipCount |
protected int |
totalSeptetCount |
| Constructor and Description |
|---|
GSMCharsetDecodingData(Gsm7EncodingStyle encodingStyle,
int totalSeptetCount,
int leadingSeptetSkipCount)
constructor
|
protected int totalSeptetCount
protected int leadingSeptetSkipCount
protected Gsm7EncodingStyle encodingStyle
public GSMCharsetDecodingData(Gsm7EncodingStyle encodingStyle, int totalSeptetCount, int leadingSeptetSkipCount)
totalSeptetCount - Length of a decoded message in characters (for SMS case)leadingSeptetSkipCount - Count of leading septets to skipCopyright © 2016. All Rights Reserved.