public class ID3V2Utils
extends Object
| Constructor and Description |
|---|
ID3V2Utils() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static int byteArrayToIntSafeSync(byte[] b,
int offset,
int count)
public static long byteArrayToLongSafeSync(byte[] b,
int offset,
int count)
public static void intToByteArraySafeSync(int value,
byte[] buffer,
int offset,
int size)