|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.blinkenlights.jid3.ID3Tag
Constructor Summary | |
ID3Tag()
Constructor. |
Method Summary | |
abstract java.lang.String |
toString()
Represent a tag as string for debugging purposes. |
static void |
useStrict(boolean bUseStrict)
Set whether strict mode should be used or not (default non-strict). |
static boolean |
usingStrict()
Check whether strict mode is currently set or not. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.blinkenlights.jid3.util.ID3Visitable |
accept |
Constructor Detail |
public ID3Tag()
Method Detail |
public abstract java.lang.String toString()
public static void useStrict(boolean bUseStrict)
bUseStrict
- whether strict mode should be used or notpublic static boolean usingStrict()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |