public class JATAtomNumber extends AbstractJATAtom implements IAtomNumber
Constructor and Description |
---|
JATAtomNumber(MP4AtomKey name,
long value)
The constructor
|
Modifier and Type | Method and Description |
---|---|
long |
getValue()
Used to get the value of the atom
|
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 JATAtomNumber(MP4AtomKey name, long value)
name
- The name of the atomvalue
- The value of the atompublic java.lang.String toString()
toString
in class java.lang.Object
public long getValue()
getValue
in interface IAtomNumber
public void updateField(Mp4Tag tag) throws FieldDataInvalidException
updateField
in class AbstractJATAtom
tag
- The tag to updateFieldDataInvalidException