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

Packages that use TextEncodedStringNullTerminated
org.jaudiotagger.tag.datatype   
 

Uses of TextEncodedStringNullTerminated in org.jaudiotagger.tag.datatype
 

Subclasses of TextEncodedStringNullTerminated in org.jaudiotagger.tag.datatype
 class StringNullTerminated
          Represents a String whose size is determined by finding of a null character at the end of the String with fixed text encoding.
 

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