com.wowza.wms.media.mp3.model.idtags
Class ID3V2Utils

Object
  extended by com.wowza.wms.media.mp3.model.idtags.ID3V2Utils

public class ID3V2Utils
extends Object


Constructor Summary
ID3V2Utils()
           
 
Method Summary
static int byteArrayToIntSafeSync(byte[] b, int offset, int count)
           
static long byteArrayToLongSafeSync(byte[] b, int offset, int count)
           
static void intToByteArraySafeSync(int value, byte[] buffer, int offset, int size)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ID3V2Utils

public ID3V2Utils()
Method Detail

byteArrayToIntSafeSync

public static int byteArrayToIntSafeSync(byte[] b,
                                         int offset,
                                         int count)

byteArrayToLongSafeSync

public static long byteArrayToLongSafeSync(byte[] b,
                                           int offset,
                                           int count)

intToByteArraySafeSync

public static void intToByteArraySafeSync(int value,
                                          byte[] buffer,
                                          int offset,
                                          int size)