Package | Description |
---|---|
org.jaudiotagger.tag.datatype |
Data type implementations, primarily for ID3 metadata.
|
Modifier and Type | Class and Description |
---|---|
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 |
TCONString
Overrides in order to properly support the ID3v23 implemenation of TCON
|
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.
|
Constructor and Description |
---|
AbstractString(AbstractString object)
Copy constructor
|
Copyright © 2005–2020 jthink.net. All rights reserved.