Package com.mpatric.mp3agic
Class ID3v2TagFactory
java.lang.Object
com.mpatric.mp3agic.ID3v2TagFactory
public final class ID3v2TagFactory extends Object
-
Method Summary
Modifier and Type Method Description static AbstractID3v2Tag
createTag(byte[] bytes)
static void
sanityCheckTag(byte[] bytes)
-
Method Details
-
createTag
public static AbstractID3v2Tag createTag(byte[] bytes) throws NoSuchTagException, UnsupportedTagException, InvalidDataException -
sanityCheckTag
-