Package | Description |
---|---|
com.cinterion.io | |
java.lang | |
java.lang.ref | |
java.security |
Modifier and Type | Method and Description |
---|---|
static String |
ATStringConverter.GSM2Java(String gsmStr)
Convert GSM encoded string into a Java string, "\xy" character escaping is
supported.
|
static String |
ATStringConverter.GSM2Java(String gsmStr,
boolean handleEscaping)
Convert GSM encoded string into a Java string, "\xy" character escaping is
switchable.
|
static String |
ATStringConverter.Java2GSM(String str)
Converts a Java encoded string into a GSM encoded string.
|
static String |
ATStringConverter.UCS2Hex2Java(String str)
Converts a string in the UCS2 hex format into a Java encoded string.
|
Modifier and Type | Class and Description |
---|---|
class |
IllegalThreadStateException
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
|
class |
NumberFormatException
Thrown to indicate that the application has attempted to convert a string to one of the numeric
types, but that the string does not have the appropriate format.
|
Modifier and Type | Method and Description |
---|---|
Reference<? extends T> |
ReferenceQueue.remove(long timeout)
Removes the next reference object in this queue, blocking until either one becomes available or
the given timeout period expires.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidParameterException |