public abstract class AbstractID3Tag extends AbstractTag
Modifier and Type | Field and Description |
---|---|
static Logger |
logger |
protected static String |
TAG_RELEASE |
TYPE_TAG
Constructor and Description |
---|
AbstractID3Tag() |
AbstractID3Tag(AbstractID3Tag copyObject) |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
Get full version
|
String |
getLoggingFilename()
Retrieve the logging filename to be used in debugging
|
abstract byte |
getMajorVersion()
Retrieve the Major Version
|
abstract byte |
getRelease()
Retrieve the Release
|
abstract byte |
getRevision()
Retrieve the Revision
|
void |
setLoggingFilename(String loggingFilename)
Set logging filename when construct tag for read from file
|
delete, equals, iterator, seek, write
getSize, isSubsetOf, read
public static Logger logger
protected static final String TAG_RELEASE
public AbstractID3Tag()
public AbstractID3Tag(AbstractID3Tag copyObject)
public String getIdentifier()
getIdentifier
in class AbstractTagItem
public abstract byte getRelease()
public abstract byte getMajorVersion()
public abstract byte getRevision()
public String getLoggingFilename()
public void setLoggingFilename(String loggingFilename)
loggingFilename
- Copyright © 2005–2020 jthink.net. All rights reserved.