Uses of Class
org.jaudiotagger.tag.datatype.MultipleTextEncodedStringNullTerminated

Packages that use MultipleTextEncodedStringNullTerminated
org.jaudiotagger.tag.datatype   
 

Uses of MultipleTextEncodedStringNullTerminated in org.jaudiotagger.tag.datatype
 

Subclasses of MultipleTextEncodedStringNullTerminated in org.jaudiotagger.tag.datatype
 class PairedTextEncodedStringNullTerminated
          Represents a datatype that allow multiple Strings but they should be paired, i.e should be 2,4,6..
 

Constructors in org.jaudiotagger.tag.datatype with parameters of type MultipleTextEncodedStringNullTerminated
MultipleTextEncodedStringNullTerminated(MultipleTextEncodedStringNullTerminated object)