Package | Description |
---|---|
org.jaudiotagger.tag.datatype |
Data type implementations, primarily for ID3 metadata.
|
org.jaudiotagger.tag.id3 |
Classes for all flavors of ID3.
|
org.jaudiotagger.tag.id3.framebody |
Classes for ID3V2 frames.
|
org.jaudiotagger.tag.id3.valuepair |
ID3 types implemented as ID-value pairs.
|
org.jaudiotagger.tag.lyrics3 |
Implementation of ID3 frames that follow the lyrics3 pattern, not restricted to lyrics.
|
org.jaudiotagger.tag.reference |
Controlled vocabulary support.
|
Class and Description |
---|
AbstractDataType
Represents a field/data type that can be held within a frames body, these map loosely onto
Section 4.
|
AbstractDataTypeList
Represents a list of
Cloneable (!!) AbstractDataType s, continuing until the end of the buffer. |
AbstractString
A partial implementation for String based ID3 fields
|
AbstractValuePair
A two way mapping between an id and a value
|
BooleanByte
Represents a bit flag within a byte
|
BooleanString |
ByteArraySizeTerminated
Represents a stream of bytes, continuing until the end of the buffer.
|
EventTimingCode
A single event timing code.
|
EventTimingCodeList
List of
EventTimingCode s. |
HashMapInterface
Represents an interface allowing maping from key to value and value to key
|
ID3v2LyricLine |
Lyrics3Image |
Lyrics3Line |
Lyrics3TimeStamp |
MultipleTextEncodedStringNullTerminated
Represents a data type that supports multiple terminated Strings (there may only be one)
|
NumberFixedLength
Represents a number held as a fixed number of digits.
|
NumberHashMap
Represents a number thats acts as a key into an enumeration of values
|
NumberVariableLength
Represents a number which may span a number of bytes when written to file depending what size is to be represented.
|
Pair
A pair of values
USed by TIPL, TMCL and IPLS frames that store pairs of values
|
PairedTextEncodedStringNullTerminated
Represents a data type that allow multiple Strings but they should be paired as key values, i.e should be 2,4,6..
|
PairedTextEncodedStringNullTerminated.ValuePairs
This holds the values held by this PairedTextEncodedDataType, always held as pairs of values
|
PartOfSet
Represents the form 01/10 whereby the second part is optional.
|
PartOfSet.PartOfSetValue
Holds data
|
StringDate
Represents a timestamp field
|
StringDateTime
Represents a timestamp field
|
StringFixedLength
Represents a fixed length String, whereby the length of the String is known.
|
StringHashMap
Represents a String thats acts as a key into an enumeration of values.
|
StringNullTerminated
Represents a String whose size is determined by finding of a null character at the end of the String with fixed text encoding.
|
StringSizeTerminated
Represents a String which is not delimited by null character with fixed text encoding.
|
SynchronisedTempoCode
A single synchronized tempo code.
|
SynchronisedTempoCodeList
List of
SynchronisedTempoCode s. |
TCONString
Overrides in order to properly support the ID3v23 implemenation of TCON
|
TempoCode
Represents a
FrameBodySYTC tempo code. |
TextEncodedStringNullTerminated
Represents a String whose size is determined by finding of a null character at the end of the String.
|
TextEncodedStringSizeTerminated
Represents a String which is not delimited by null character.
|
Class and Description |
---|
AbstractDataType
Represents a field/data type that can be held within a frames body, these map loosely onto
Section 4.
|
AbstractStringStringValuePair |
AbstractValuePair
A two way mapping between an id and a value
|
Class and Description |
---|
Lyrics3Line |
Pair
A pair of values
USed by TIPL, TMCL and IPLS frames that store pairs of values
|
PairedTextEncodedStringNullTerminated.ValuePairs
This holds the values held by this PairedTextEncodedDataType, always held as pairs of values
|
Class and Description |
---|
AbstractIntStringValuePair
A two way mapping between an Integral Id and a String value
|
AbstractValuePair
A two way mapping between an id and a value
|
Class and Description |
---|
AbstractStringStringValuePair |
AbstractValuePair
A two way mapping between an id and a value
|
Lyrics3Image |
Lyrics3Line |
Class and Description |
---|
AbstractIntStringValuePair
A two way mapping between an Integral Id and a String value
|
AbstractStringStringValuePair |
AbstractValuePair
A two way mapping between an id and a value
|
Copyright © 2005–2020 jthink.net. All rights reserved.