public class JATAtomRange extends AbstractJATAtom implements IAtom
Constructor and Description |
---|
JATAtomRange(MP4AtomKey name,
short number,
short total)
The constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Print out the contents of the atom
|
void |
updateField(Mp4Tag tag)
Used to update the jaudiotag tag
|
equals, getDisplayName, getKey, getName, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDisplayName, getKey, getName
public JATAtomRange(MP4AtomKey name, short number, short total)
name
- The name of the atomnumber
- the number of items in the ragetotal
- the maximum number in the rangepublic java.lang.String toString()
toString
in class java.lang.Object
public void updateField(Mp4Tag tag) throws FieldDataInvalidException
updateField
in class AbstractJATAtom
tag
- The tag to updateFieldDataInvalidException