org.tritonus.lowlevel.gsm
Class GSMDecoder

java.lang.Object
  extended byorg.tritonus.lowlevel.gsm.GSMDecoder

public final class GSMDecoder
extends Object


Constructor Summary
GSMDecoder()
           
 
Method Summary
 void decode(byte[] abFrame, int nFrameStart, byte[] abBuffer, int nBufferStart, boolean bBigEndian)
           
static void decodingOfTheCodedLogAreaRatios(int[] LARc, int[] LARpp)
           
 void GSM()
           
static void print(String name, int data)
           
static void print(String name, int[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSMDecoder

public GSMDecoder()
Method Detail

GSM

public void GSM()

decode

public void decode(byte[] abFrame,
                   int nFrameStart,
                   byte[] abBuffer,
                   int nBufferStart,
                   boolean bBigEndian)
            throws InvalidGSMFrameException
Throws:
InvalidGSMFrameException

print

public static final void print(String name,
                               int[] data)

print

public static final void print(String name,
                               int data)

decodingOfTheCodedLogAreaRatios

public static final void decodingOfTheCodedLogAreaRatios(int[] LARc,
                                                         int[] LARpp)