public class ID3v2TagFactory extends Object
| Constructor and Description |
|---|
ID3v2TagFactory() |
| Modifier and Type | Method and Description |
|---|---|
private static AbstractID3v2Tag |
createID3v22Tag(byte[] bytes) |
static AbstractID3v2Tag |
createTag(byte[] bytes) |
static void |
sanityCheckTag(byte[] bytes) |
public static AbstractID3v2Tag createTag(byte[] bytes) throws NoSuchTagException, UnsupportedTagException, InvalidDataException
private static AbstractID3v2Tag createID3v22Tag(byte[] bytes) throws NoSuchTagException, UnsupportedTagException, InvalidDataException
public static void sanityCheckTag(byte[] bytes)
throws NoSuchTagException,
UnsupportedTagException