public abstract class AbstractID3Tag extends AbstractTag
Modifier and Type | Field and Description |
---|---|
static java.util.logging.Logger |
logger |
private java.lang.String |
loggingFilename |
protected static java.lang.String |
TAG_RELEASE |
TYPE_TAG
Constructor and Description |
---|
AbstractID3Tag() |
AbstractID3Tag(AbstractID3Tag copyObject) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
Get full version
|
protected java.lang.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
|
protected void |
setLoggingFilename(java.lang.String loggingFilename)
Set logging filename when construct tag for read from file
|
delete, equals, iterator, seek, write
getSize, isSubsetOf, read
public static java.util.logging.Logger logger
protected static final java.lang.String TAG_RELEASE
private java.lang.String loggingFilename
public AbstractID3Tag()
public AbstractID3Tag(AbstractID3Tag copyObject)
public java.lang.String getIdentifier()
getIdentifier
in class AbstractTagItem
public abstract byte getRelease()
public abstract byte getMajorVersion()
public abstract byte getRevision()
protected java.lang.String getLoggingFilename()
protected void setLoggingFilename(java.lang.String loggingFilename)
loggingFilename
- Copyright © 2005-2013 java.net. All Rights Reserved.