|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.rubycoder.gsm.GSMDecoder
public final class GSMDecoder
| Constructor Summary | |
|---|---|
GSMDecoder()
|
|
| Method Summary | |
|---|---|
int[] |
decode(byte[] c)
|
void |
decode(byte[] c,
int[] s)
|
void |
GSM()
|
static void |
print(java.lang.String name,
int data)
|
static void |
print(java.lang.String name,
int[] data)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GSMDecoder()
| Method Detail |
|---|
public void GSM()
public final int[] decode(byte[] c)
throws InvalidGSMFrameException
InvalidGSMFrameException
public final void decode(byte[] c,
int[] s)
throws InvalidGSMFrameException
InvalidGSMFrameException
public static void print(java.lang.String name,
int[] data)
public static void print(java.lang.String name,
int data)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||