| Modifier and Type | Method and Description |
|---|---|
private static AbstractID3v2Tag |
ID3v2TagFactory.createID3v22Tag(byte[] bytes) |
static AbstractID3v2Tag |
ID3v2TagFactory.createTag(byte[] bytes) |
private void |
Mp3File.init(int bufferLength,
boolean scanFile) |
private void |
Mp3File.initId3v2Tag(SeekableByteChannel seekableByteChannel) |
static void |
ID3v2TagFactory.sanityCheckTag(byte[] bytes) |
private int |
AbstractID3v2Tag.unpackHeader(byte[] bytes) |
private void |
AbstractID3v2Tag.unpackTag(byte[] bytes) |
| Constructor and Description |
|---|
AbstractID3v2Tag(byte[] bytes) |
AbstractID3v2Tag(byte[] bytes,
boolean obseleteFormat) |
ID3v22Tag(byte[] buffer) |
ID3v22Tag(byte[] buffer,
boolean obseleteFormat) |
ID3v23Tag(byte[] buffer) |
ID3v24Tag(byte[] buffer) |
Mp3File(File file) |
Mp3File(File file,
int bufferLength) |
Mp3File(File file,
int bufferLength,
boolean scanFile) |
Mp3File(Path path) |
Mp3File(Path path,
int bufferLength) |
Mp3File(Path path,
int bufferLength,
boolean scanFile) |
Mp3File(String filename) |
Mp3File(String filename,
boolean scanFile) |
Mp3File(String filename,
int bufferLength) |
Mp3File(String filename,
int bufferLength,
boolean scanFile) |