net.sf.fmj.media.codec.audio.gsm
Class GSMDecoderUtil

java.lang.Object
  extended by net.sf.fmj.media.codec.audio.gsm.GSMDecoderUtil

public class GSMDecoderUtil
extends java.lang.Object

GSMDecoderUtil class

Author:
Martin Harvan

Constructor Summary
GSMDecoderUtil()
           
 
Method Summary
static void gsmDecode(boolean bigEndian, byte[] data, int offset, int length, byte[] decoded)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSMDecoderUtil

public GSMDecoderUtil()
Method Detail

gsmDecode

public static void gsmDecode(boolean bigEndian,
                             byte[] data,
                             int offset,
                             int length,
                             byte[] decoded)