public class WavInfoTag extends GenericTag
GenericTag.GenericTagTextField
supportedKeys
commonNumber, fields
Constructor and Description |
---|
WavInfoTag() |
Modifier and Type | Method and Description |
---|---|
void |
addUnRecognizedField(String code,
String contents) |
TagField |
createCompilationField(boolean value)
Creates isCompilation field
It is useful to have this method because it handles ensuring that the correct value to represent a boolean
is stored in the underlying field format.
|
Long |
getEndLocationInFile() |
long |
getSizeOfTag() |
Long |
getStartLocationInFile() |
List<TagTextField> |
getUnrecognisedFields() |
void |
setEndLocationInFile(long endLocationInFile) |
void |
setStartLocationInFile(long startLocationInFile) |
String |
toString()
(overridden)
|
createField, createField, deleteField, getAll, getArtworkList, getFields, getFirst, getFirstField, getSupportedKeys, getValue, isAllowedEncoding
addField, addField, addField, deleteArtworkField, deleteField, getAll, getAll, getFieldCount, getFieldCountIncludingSubValues, getFields, getFields, getFirst, getFirstArtwork, getFirstField, getItem, hasCommonFields, hasField, hasField, isEmpty, setEncoding, setField, setField, setField
public String toString()
AbstractTag
toString
in interface Tag
toString
in class AbstractTag
Object.toString()
public TagField createCompilationField(boolean value) throws KeyNotFoundException, FieldDataInvalidException
Tag
KeyNotFoundException
FieldDataInvalidException
public Long getStartLocationInFile()
public void setStartLocationInFile(long startLocationInFile)
public Long getEndLocationInFile()
public void setEndLocationInFile(long endLocationInFile)
public long getSizeOfTag()
public List<TagTextField> getUnrecognisedFields()
Copyright © 2005–2020 jthink.net. All rights reserved.