public class ID3V2Utils
extends Object
| Constructor | Description |
|---|---|
ID3V2Utils() |
| Modifier and Type | Method | 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)