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

Packages that use AbstractString
org.jaudiotagger.tag.datatype   
 

Uses of AbstractString in org.jaudiotagger.tag.datatype
 

Subclasses of AbstractString in org.jaudiotagger.tag.datatype
 class PartOfSet
          Represents the form 01/10 whereby the second part is optional.
 class StringDate
          Represents a timestamp field
 class StringDateTime
          Represents a timestamp field
 class StringFixedLength
          Represents a fixed length String, whereby the length of the String is known.
 class StringHashMap
          Represents a String thats acts as a key into an enumeration of values.
 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.
 class StringSizeTerminated
          Represents a String which is not delimited by null character with fixed text encoding.
 class TextEncodedStringNullTerminated
          Represents a String whose size is determined by finding of a null character at the end of the String.
 class TextEncodedStringSizeTerminated
          Represents a String which is not delimited by null character.
 

Constructors in org.jaudiotagger.tag.datatype with parameters of type AbstractString
AbstractString(AbstractString object)
          Copy constructor