A B C D E F G H I K L M N O P R S T U V Y

A

AbstractTag - Class in entagged.audioformats.generic
 
AbstractTag() - Constructor for class entagged.audioformats.generic.AbstractTag
 
AbstractTagCreator - Class in entagged.audioformats.generic
 
AbstractTagCreator() - Constructor for class entagged.audioformats.generic.AbstractTagCreator
 
add(TagField) - Method in class entagged.audioformats.generic.AbstractTag
 
add(TagField) - Method in interface entagged.audioformats.Tag
 
addAlbum(String) - Method in class entagged.audioformats.generic.AbstractTag
 
addAlbum(String) - Method in interface entagged.audioformats.Tag
 
addArtist(String) - Method in class entagged.audioformats.generic.AbstractTag
 
addArtist(String) - Method in interface entagged.audioformats.Tag
 
addComment(String) - Method in class entagged.audioformats.generic.AbstractTag
 
addComment(String) - Method in interface entagged.audioformats.Tag
 
addDescriptor(ContentDescriptor) - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
This method inserts the given ContentDescriptor.
addGenre(String) - Method in class entagged.audioformats.generic.AbstractTag
 
addGenre(String) - Method in interface entagged.audioformats.Tag
 
addGranulePosition(long) - Method in class de.jarnbjo.ogg.LogicalOggStreamImpl
 
addOrReplace(ContentDescriptor) - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
This method adds or replaces an existing content descriptor.
addPageNumberMapping(int) - Method in class de.jarnbjo.ogg.LogicalOggStreamImpl
 
addStreamChunk(StreamChunk) - Method in class entagged.audioformats.asf.data.AsfHeader
This method appends a StreamChunk to the header.
addString(String) - Method in class entagged.audioformats.asf.data.EncodingChunk
This method appends a String.
addTitle(String) - Method in class entagged.audioformats.generic.AbstractTag
 
addTitle(String) - Method in interface entagged.audioformats.Tag
 
addTrack(String) - Method in class entagged.audioformats.generic.AbstractTag
 
addTrack(String) - Method in interface entagged.audioformats.Tag
 
addUnspecifiedChunk(Chunk) - Method in class entagged.audioformats.asf.data.AsfHeader
This method appends the given chunk to the unspecifiedlist.
addYear(String) - Method in class entagged.audioformats.generic.AbstractTag
 
addYear(String) - Method in interface entagged.audioformats.Tag
 
ALBUM - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
ALBUM - Static variable in class entagged.audioformats.generic.GenericTag
 
align() - Method in interface de.jarnbjo.util.io.BitInputStream
causes the read pointer to be moved to the beginning of the next byte, remaining bits in the current byte are discarded
align() - Method in class de.jarnbjo.util.io.ByteArrayBitInputStream
 
ARTIST - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
ARTIST - Static variable in class entagged.audioformats.generic.GenericTag
 
AsfFileReader - Class in entagged.audioformats.asf
This reader can read asf files containing any content (stream type).
AsfFileReader() - Constructor for class entagged.audioformats.asf.AsfFileReader
 
AsfHeader - Class in entagged.audioformats.asf.data
Each asf file starts with a so called header.
AsfHeader(long, BigInteger, long) - Constructor for class entagged.audioformats.asf.data.AsfHeader
Creates an instance.
AsfHeaderReader - Class in entagged.audioformats.asf.io
This class reads an Asf header out of an inputstream an creates an AsfHeaderobject if successfull.
AsfHeaderReader() - Constructor for class entagged.audioformats.asf.io.AsfHeaderReader
Protected default constructor.
assertGUID(int[]) - Static method in class entagged.audioformats.asf.data.GUID
This method checks if the given value is matching the GUID specification of ASF streams.
assignCommonTagValues(Tag, ExtendedContentDescription) - Static method in class entagged.audioformats.asf.util.TagConverter
This method assigns those tags of tag which are defined to be common by entagged.
assignOptionalTagValues(Tag, ExtendedContentDescription) - Static method in class entagged.audioformats.asf.util.TagConverter
This method will add or replace all values of tag are not defined as common by entagged.
AudioFile - Class in entagged.audioformats
This is the main object manipulated by the user representing an audiofile, its properties and its tag.
AudioFile(String, EncodingInfo, Tag) - Constructor for class entagged.audioformats.AudioFile
These constructors are used by the different readers, users should not use them, but use the AudioFileIO.read(File) method instead !.
AudioFile(String, EncodingInfo) - Constructor for class entagged.audioformats.AudioFile
These constructors are used by the different readers, users should not use them, but use the AudioFileIO.read(File) method instead !.
AudioFile(File, EncodingInfo, Tag) - Constructor for class entagged.audioformats.AudioFile
These constructors are used by the different readers, users should not use them, but use the AudioFileIO.read(File) method instead !.
AudioFile(File, EncodingInfo) - Constructor for class entagged.audioformats.AudioFile
These constructors are used by the different readers, users should not use them, but use the AudioFileIO.read(File) method instead !.
AudioFileReader - Class in entagged.audioformats.generic
 
AudioFileReader() - Constructor for class entagged.audioformats.generic.AudioFileReader
 
AudioStreamChunk - Class in entagged.audioformats.asf.data
This class represents the streamchunk describing an audio stream.
AudioStreamChunk(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.AudioStreamChunk
Creates an instance.

B

BasicStream - Class in de.jarnbjo.ogg
Implementation of the PhysicalOggStream interface for reading an Ogg stream from a URL.
BasicStream(InputStream) - Constructor for class de.jarnbjo.ogg.BasicStream
 
BIG_ENDIAN - Static variable in interface de.jarnbjo.util.io.BitInputStream
constant for setting this stream's mode to big endian
BIG_ENDIAN - Static variable in class de.jarnbjo.vorbis.VorbisStream
 
BitInputStream - Interface in de.jarnbjo.util.io
An interface with methods allowing bit-wise reading from an input stream.
ByteArrayBitInputStream - Class in de.jarnbjo.util.io
Implementation of the BitInputStream interface, using a byte array as data source.
ByteArrayBitInputStream(byte[]) - Constructor for class de.jarnbjo.util.io.ByteArrayBitInputStream
 
ByteArrayBitInputStream(byte[], int) - Constructor for class de.jarnbjo.util.io.ByteArrayBitInputStream
 

C

CachedUrlStream - Class in de.jarnbjo.ogg
Implementation of the PhysicalOggStream interface for reading and caching an Ogg stream from a URL.
CachedUrlStream(URL) - Constructor for class de.jarnbjo.ogg.CachedUrlStream
Creates an instance of this class, using a memory cache.
CachedUrlStream(URL, RandomAccessFile) - Constructor for class de.jarnbjo.ogg.CachedUrlStream
Creates an instance of this class, using the specified file as cache.
CachedUrlStream.LoaderThread - Class in de.jarnbjo.ogg
 
CachedUrlStream.LoaderThread(InputStream, RandomAccessFile, byte[]) - Constructor for class de.jarnbjo.ogg.CachedUrlStream.LoaderThread
 
CannotReadException - Exception in entagged.audioformats.exceptions
 
CannotReadException(String) - Constructor for exception entagged.audioformats.exceptions.CannotReadException
 
CannotReadException() - Constructor for exception entagged.audioformats.exceptions.CannotReadException
 
CannotWriteException - Exception in entagged.audioformats.exceptions
 
CannotWriteException(String) - Constructor for exception entagged.audioformats.exceptions.CannotWriteException
 
CannotWriteException() - Constructor for exception entagged.audioformats.exceptions.CannotWriteException
 
checkFormat(OggPage) - Method in class de.jarnbjo.ogg.LogicalOggStreamImpl
 
checkStringLengthNullSafe(String) - Static method in class entagged.audioformats.asf.util.Utils
This method converts the given string into a byte[] in UTF-16LE encoding and checks whether the length doesn't exceed 65535 bytes.
Chunk - Class in entagged.audioformats.asf.data
This class represents a chunk within asf streams.
Chunk(GUID, long, BigInteger) - Constructor for class entagged.audioformats.asf.data.Chunk
Creates an instance
chunkLength - Variable in class entagged.audioformats.asf.data.Chunk
The length of current chunk.
ChunkPositionComparator - Class in entagged.audioformats.asf.util
This class is needed for ordering all types of Chunks ascending by their Position.
ChunkPositionComparator() - Constructor for class entagged.audioformats.asf.util.ChunkPositionComparator
 
clone() - Method in class entagged.audioformats.asf.data.ContentDescriptor
(overridden)
close() - Method in class de.jarnbjo.ogg.BasicStream
 
close() - Method in class de.jarnbjo.ogg.CachedUrlStream
 
close() - Method in class de.jarnbjo.ogg.FileStream
 
close() - Method in interface de.jarnbjo.ogg.LogicalOggStream
Closes this stream.
close() - Method in class de.jarnbjo.ogg.LogicalOggStreamImpl
 
close() - Method in class de.jarnbjo.ogg.OnDemandUrlStream
 
close() - Method in interface de.jarnbjo.ogg.PhysicalOggStream
Closes this stream.
close() - Method in class de.jarnbjo.ogg.UncachedUrlStream
 
close() - Method in class de.jarnbjo.vorbis.VorbisStream
 
close() - Method in class net.shredzone.ifish.ltr.OggFastFileStream
Closes the stream
CODEC_DESCRIPTIONS - Static variable in class entagged.audioformats.asf.data.AudioStreamChunk
Stores the hex values of codec identifiers to their descriptions.
COMMENT - Static variable in class entagged.audioformats.generic.GenericTag
 
CommentHeader - Class in de.jarnbjo.vorbis
 
CommentHeader(BitInputStream) - Constructor for class de.jarnbjo.vorbis.CommentHeader
 
COMMON_FIELD_IDS - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This field stores all values of the "ID_"-constants.
commonNumber - Variable in class entagged.audioformats.generic.AbstractTag
 
compare(Object, Object) - Method in class entagged.audioformats.asf.util.ChunkPositionComparator
(overridden)
compareTo(Object) - Method in class entagged.audioformats.asf.data.ContentDescriptor
(overridden)
computeTagLength(Tag, List) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
CONTACT - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
content - Variable in class entagged.audioformats.asf.data.ContentDescriptor
The binary representation of the value.
ContentDescription - Class in entagged.audioformats.asf.data
This class represents the data of a chunk which contains title, author, copyright, description and the rating of the file.
ContentDescription() - Constructor for class entagged.audioformats.asf.data.ContentDescription
Creates an instance.
ContentDescription(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.ContentDescription
Creates an instance.
ContentDescriptionReader - Class in entagged.audioformats.asf.io
Reads and interprets the data of a asf chunk containing title, author...
ContentDescriptionReader() - Constructor for class entagged.audioformats.asf.io.ContentDescriptionReader
Should not be used for now.
ContentDescriptor - Class in entagged.audioformats.asf.data
This class is a wrapper for properties within a ExtendedContentDescription.
ContentDescriptor(String, int) - Constructor for class entagged.audioformats.asf.data.ContentDescriptor
Creates an Instance.
ContentDescriptorTagField - Class in entagged.audioformats.asf.data.wrapper
This class encapsulates a ContentDescriptorand provides access to it.
ContentDescriptorTagField(ContentDescriptor) - Constructor for class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
Creates an instance.
convert(Tag) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
convert(Tag, int) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
copyContent(TagField) - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
copyContent(TagField) - Method in interface entagged.audioformats.generic.TagField
 
COPYRIGHT - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
create(RandomAccessFile) - Static method in class de.jarnbjo.ogg.OggPage
this method equals to create(RandomAccessFile source, false)
create(RandomAccessFile, boolean) - Static method in class de.jarnbjo.ogg.OggPage
This method is called to read data from the current position in the specified RandomAccessFile and create a new OggPage instance based on the data read.
create(InputStream) - Static method in class de.jarnbjo.ogg.OggPage
this method equals to create(InputStream source, false)
create(InputStream, boolean) - Static method in class de.jarnbjo.ogg.OggPage
This method is called to read data from the current position in the specified InpuStream and create a new OggPage instance based on the data read.
create(byte[]) - Static method in class de.jarnbjo.ogg.OggPage
this method equals to create(byte[] source, false)
create(byte[], boolean) - Static method in class de.jarnbjo.ogg.OggPage
This method is called to create a new OggPage instance based on the specified byte array.
create(Tag, ByteBuffer, List, int, int) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
create(File) - Method in class net.shredzone.ifish.ltr.LTRFactory
Create an LTR object for a file.
createAlbumField(String) - Method in class entagged.audioformats.generic.AbstractTag
 
createAlbumField(String) - Method in class entagged.audioformats.generic.GenericTag
 
createArtistField(String) - Method in class entagged.audioformats.generic.AbstractTag
 
createArtistField(String) - Method in class entagged.audioformats.generic.GenericTag
 
createCommentField(String) - Method in class entagged.audioformats.generic.AbstractTag
 
createCommentField(String) - Method in class entagged.audioformats.generic.GenericTag
 
createContentDescription(Tag) - Static method in class entagged.audioformats.asf.util.TagConverter
This method creates a new ContentDescriptionobject, filled with the according values of the given tag.
createCopy() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This mehtod creates a copy of the current object.
createExtendedContentDescription(Tag) - Static method in class entagged.audioformats.asf.util.TagConverter
This method creates a new ExtendedContentDescriptionobject filled with the values of the given tag.
createFields(Tag) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
createGenreField(String) - Method in class entagged.audioformats.generic.AbstractTag
 
createGenreField(String) - Method in class entagged.audioformats.generic.GenericTag
 
createTagOf(AsfHeader) - Static method in class entagged.audioformats.asf.util.TagConverter
This method creates a Tagand fills it with the contents of the given AsfHeader.
createTitleField(String) - Method in class entagged.audioformats.generic.AbstractTag
 
createTitleField(String) - Method in class entagged.audioformats.generic.GenericTag
 
createTrackField(String) - Method in class entagged.audioformats.generic.AbstractTag
 
createTrackField(String) - Method in class entagged.audioformats.generic.GenericTag
 
createYearField(String) - Method in class entagged.audioformats.generic.AbstractTag
 
createYearField(String) - Method in class entagged.audioformats.generic.GenericTag
 

D

DATE - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
DB_STATIC_TABLE - Static variable in class de.jarnbjo.vorbis.Floor
 
de.jarnbjo.ogg - package de.jarnbjo.ogg
 
de.jarnbjo.util.audio - package de.jarnbjo.util.audio
 
de.jarnbjo.util.io - package de.jarnbjo.util.io
 
de.jarnbjo.vorbis - package de.jarnbjo.vorbis
 
decodeGenre(int) - Method in class net.shredzone.ifish.ltr.LTRmp3
Decode the mp3 numerical Genre code and convert it to a human readable string.
DEFAULT_GENRES - Static variable in class entagged.audioformats.generic.OldTag
This final field contains all the tags that id3v1 supports.
DEFAULT_GENRES - Static variable in interface entagged.audioformats.Tag
This final field contains all the tags that id3v1 supports.
DESCRIPTION - Static variable in class de.jarnbjo.vorbis.CommentHeader
 

E

EncodingChunk - Class in entagged.audioformats.asf.data
This class was intended to store the data of a chunk which contained the encoding parameters in textual form.
EncodingChunk(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.EncodingChunk
Creates an instance.
EncodingChunkReader - Class in entagged.audioformats.asf.io
This class reads the chunk containing encoding data
Warning:
Implementation is not completed.
EncodingChunkReader() - Constructor for class entagged.audioformats.asf.io.EncodingChunkReader
Should not be used for now.
EncodingInfo - Class in entagged.audioformats
 
EncodingInfo() - Constructor for class entagged.audioformats.EncodingInfo
 
EndOfOggStreamException - Exception in de.jarnbjo.ogg
Exception thrown when reaching the end of an Ogg stream
EndOfOggStreamException() - Constructor for exception de.jarnbjo.ogg.EndOfOggStreamException
 
entagged.audioformats - package entagged.audioformats
 
entagged.audioformats.asf - package entagged.audioformats.asf
 
entagged.audioformats.asf.data - package entagged.audioformats.asf.data
 
entagged.audioformats.asf.data.wrapper - package entagged.audioformats.asf.data.wrapper
 
entagged.audioformats.asf.io - package entagged.audioformats.asf.io
 
entagged.audioformats.asf.util - package entagged.audioformats.asf.util
 
entagged.audioformats.exceptions - package entagged.audioformats.exceptions
 
entagged.audioformats.generic - package entagged.audioformats.generic
 
equals(Object) - Method in class entagged.audioformats.asf.data.ContentDescriptor
(overridden)
equals(Object) - Method in class entagged.audioformats.asf.data.GUID
This method compares two objects.
ExtContentDescReader - Class in entagged.audioformats.asf.io
Class for reading Tag information out of the extended content description of an asf file.
ExtContentDescReader() - Constructor for class entagged.audioformats.asf.io.ExtContentDescReader
Should not be used for now.
ExtendedContentDescription - Class in entagged.audioformats.asf.data
This structure represents the data of a chunk, wich contains extended content description.
ExtendedContentDescription() - Constructor for class entagged.audioformats.asf.data.ExtendedContentDescription
Creates an instance.
ExtendedContentDescription(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.ExtendedContentDescription
Creates an instance.

F

factory - Variable in class net.shredzone.ifish.ltr.LTR
 
FadeableAudioInputStream - Class in de.jarnbjo.util.audio
 
FadeableAudioInputStream(AudioInputStream) - Constructor for class de.jarnbjo.util.audio.FadeableAudioInputStream
 
fadeOut() - Method in class de.jarnbjo.util.audio.FadeableAudioInputStream
 
fields - Variable in class entagged.audioformats.generic.AbstractTag
 
fields - Variable in class entagged.audioformats.generic.OldTag
 
FileHeader - Class in entagged.audioformats.asf.data
This class stores the information about the file, which is contained within a special chunk of asf files.
FileHeader(long, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, long, long, long, long) - Constructor for class entagged.audioformats.asf.data.FileHeader
Creates an instance.
FileHeaderReader - Class in entagged.audioformats.asf.io
Reads and interprets the data of the file header.
FileHeaderReader() - Constructor for class entagged.audioformats.asf.io.FileHeaderReader
Should not be used for now.
FileStream - Class in de.jarnbjo.ogg
Implementation of the PhysicalOggStream interface for accessing normal disk files.
FileStream(RandomAccessFile) - Constructor for class de.jarnbjo.ogg.FileStream
Creates access to the specified file through the PhysicalOggStream interface.
fillChars(char[], RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
Reads chars out of raf until chars is filled.
float32unpack(int) - Static method in class de.jarnbjo.vorbis.Util
 
Floor - Class in de.jarnbjo.vorbis
 
Floor() - Constructor for class de.jarnbjo.vorbis.Floor
 
FORMAT_FLAC - Static variable in interface de.jarnbjo.ogg.LogicalOggStream
 
FORMAT_THEORA - Static variable in interface de.jarnbjo.ogg.LogicalOggStream
 
FORMAT_UNKNOWN - Static variable in interface de.jarnbjo.ogg.LogicalOggStream
 
FORMAT_VORBIS - Static variable in interface de.jarnbjo.ogg.LogicalOggStream
 
FormatDecodeException - Exception in net.shredzone.ifish.ltr
This exception signals that the Tag could not be decoded for various reasons.
FormatDecodeException(String) - Constructor for exception net.shredzone.ifish.ltr.FormatDecodeException
Constructor for the FormatDecodeException object

G

GenericTag - Class in entagged.audioformats.generic
 
GenericTag() - Constructor for class entagged.audioformats.generic.GenericTag
 
GENRE - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
GENRE - Static variable in class entagged.audioformats.generic.GenericTag
 
get(String) - Method in class entagged.audioformats.generic.AbstractTag
 
get(String) - Method in interface entagged.audioformats.Tag
 
get0() - Method in class de.jarnbjo.util.io.HuffmanNode
 
get1() - Method in class de.jarnbjo.util.io.HuffmanNode
 
getAbsoluteGranulePosition() - Method in class de.jarnbjo.ogg.OggPage
Returns the absolute granule position of the last complete packet contained in this Ogg page, or -1 if the page contains a single packet, which is not completed on this page.
getAlbum() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getAlbum() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns the album entered in the content descriptor chunk.
getAlbum() - Method in class entagged.audioformats.generic.AbstractTag
 
getAlbum() - Method in class entagged.audioformats.generic.OldTag
Returns the album of this song, eg: "Led Zeppelin IV".
getAlbum() - Method in interface entagged.audioformats.Tag
 
getAlbum() - Method in class net.shredzone.ifish.ltr.LTR
Get the album.
getAlbum() - Method in class net.shredzone.ifish.ltr.TagAsf
Get the album.
getAlbum() - Method in class net.shredzone.ifish.ltr.TagMp3v1
Get the album.
getAlbum() - Method in class net.shredzone.ifish.ltr.TagMp3v2
Get the album.
getAlbum() - Method in class net.shredzone.ifish.ltr.TagMp3v200
Get the album.
getAlbum() - Method in class net.shredzone.ifish.ltr.TagOggVorbis
Get the album.
getAlbumId() - Method in class entagged.audioformats.generic.AbstractTag
 
getAlbumId() - Method in class entagged.audioformats.generic.GenericTag
 
getAlbums() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getArtist() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getArtist() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns the "WM/AlbumArtist" entered in the extended content description.
getArtist() - Method in class entagged.audioformats.generic.AbstractTag
 
getArtist() - Method in class entagged.audioformats.generic.OldTag
Returns the artist of this song, eg: "Led Zeppelin".
getArtist() - Method in interface entagged.audioformats.Tag
 
getArtist() - Method in class net.shredzone.ifish.ltr.LTR
Get the artist.
getArtist() - Method in class net.shredzone.ifish.ltr.TagAsf
Get the artist.
getArtist() - Method in class net.shredzone.ifish.ltr.TagMp3v1
Get the artist.
getArtist() - Method in class net.shredzone.ifish.ltr.TagMp3v2
Get the artist.
getArtist() - Method in class net.shredzone.ifish.ltr.TagMp3v200
Get the artist.
getArtist() - Method in class net.shredzone.ifish.ltr.TagOggVorbis
Get the artist.
getArtistId() - Method in class entagged.audioformats.generic.AbstractTag
 
getArtistId() - Method in class entagged.audioformats.generic.GenericTag
 
getArtists() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getAudioFileFormat(File) - Method in class de.jarnbjo.vorbis.VorbisAudioFileReader
 
getAudioFileFormat(InputStream) - Method in class de.jarnbjo.vorbis.VorbisAudioFileReader
 
getAudioFileFormat(URL) - Method in class de.jarnbjo.vorbis.VorbisAudioFileReader
 
getAudioInputStream(File) - Method in class de.jarnbjo.vorbis.VorbisAudioFileReader
 
getAudioInputStream(InputStream) - Method in class de.jarnbjo.vorbis.VorbisAudioFileReader
 
getAudioInputStream(URL) - Method in class de.jarnbjo.vorbis.VorbisAudioFileReader
 
getAudioStreamChunk() - Method in class entagged.audioformats.asf.data.AsfHeader
This method returns the first audio stream chunk found in the asf file or stream.
getAuthor() - Method in class entagged.audioformats.asf.data.ContentDescription
 
getAverageBytesPerSec() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getBit() - Method in interface de.jarnbjo.util.io.BitInputStream
reads one bit (as a boolean) from the input stream
getBit() - Method in class de.jarnbjo.util.io.ByteArrayBitInputStream
 
getBitrate() - Method in class entagged.audioformats.AudioFile
Returns the bitrate of this AufioFile in kilobytes per second (KB/s).
getBitrate() - Method in class entagged.audioformats.EncodingInfo
 
getBitsPerSample() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getBlockAlignment() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getBlockSize0() - Method in class de.jarnbjo.vorbis.IdentificationHeader
 
getBlockSize1() - Method in class de.jarnbjo.vorbis.IdentificationHeader
 
getBoolean() - Method in class entagged.audioformats.asf.data.ContentDescriptor
Returns the value of the ContentDescriptor as a Boolean.
getBytes() - Method in class entagged.audioformats.asf.data.ContentDescription
This method creates a byte array that could directly be written to an asf file.
getBytes() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This method will return a byte array, which can directly be written into an "Extended Content Description"-chunk.
getBytes() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
This method creates a byte array which can be written to asf files.
getBytes() - Method in class entagged.audioformats.asf.data.GUID
This method returns the guid as an array of bytes.
getBytes(long, int) - Static method in class entagged.audioformats.asf.util.Utils
This method will create a byte[] at the size of byteCount and insert the bytes of value (starting from lowset byte) into it.
getCacheLength() - Method in class de.jarnbjo.ogg.CachedUrlStream
 
getChannelCount() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getChannelNumber() - Method in class entagged.audioformats.AudioFile
Returns the number of audio channels contained in this AudioFile, 2 for example means stereo
getChannelNumber() - Method in class entagged.audioformats.EncodingInfo
 
getChannels() - Method in class de.jarnbjo.vorbis.IdentificationHeader
 
getChunckEnd() - Method in class entagged.audioformats.asf.data.Chunk
This method returns the End of the current chunk introduced by current header object.
getChunkCount() - Method in class entagged.audioformats.asf.data.AsfHeader
 
getChunkLength() - Method in class entagged.audioformats.asf.data.Chunk
 
getCodecData() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getCodecDescription() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
This method will take a look at AudioStreamChunk.compressionFormatand returns a String with its hex value and if known a textual note on what coded it represents.
getComment(String) - Method in class de.jarnbjo.vorbis.CommentHeader
 
getComment() - Method in class entagged.audioformats.asf.data.ContentDescription
 
getComment() - Method in class entagged.audioformats.generic.AbstractTag
 
getComment() - Method in class entagged.audioformats.generic.OldTag
Returns the comment associated with this song, eg: "Recorded live at the Royal Albert Hall".
getComment() - Method in interface entagged.audioformats.Tag
 
getComment() - Method in class net.shredzone.ifish.ltr.LTR
Get the comment.
getComment() - Method in class net.shredzone.ifish.ltr.TagAsf
Get the comment.
getComment() - Method in class net.shredzone.ifish.ltr.TagMp3v1
Get the comment.
getComment() - Method in class net.shredzone.ifish.ltr.TagMp3v2
Get the comment.
getComment() - Method in class net.shredzone.ifish.ltr.TagMp3v200
Get the comment.
getComment() - Method in class net.shredzone.ifish.ltr.TagOggVorbis
Get the comment.
getCommentHeader() - Method in class de.jarnbjo.vorbis.VorbisStream
 
getCommentId() - Method in class entagged.audioformats.generic.AbstractTag
 
getCommentId() - Method in class entagged.audioformats.generic.GenericTag
 
getComments(String) - Method in class de.jarnbjo.vorbis.CommentHeader
 
getCompatibleTag(Tag) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
getCompressionFormat() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getContact() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getContacts() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getContent() - Method in interface entagged.audioformats.generic.TagTextField
 
getContentDescription() - Method in class entagged.audioformats.asf.data.AsfHeader
 
getContentLength() - Method in class de.jarnbjo.ogg.BasicStream
 
getContentLength() - Method in class de.jarnbjo.ogg.OnDemandUrlStream
 
getContentLength() - Method in class net.shredzone.ifish.ltr.OggFastFileStream
Get the content length
getCopyright() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getCopyRight() - Method in class entagged.audioformats.asf.data.ContentDescription
 
getCopyrights() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getCurrentBitRate() - Method in class de.jarnbjo.vorbis.VorbisStream
 
getCurrentGranulePosition() - Method in class de.jarnbjo.vorbis.VorbisStream
 
getData() - Method in class de.jarnbjo.ogg.OggPage
 
getDate() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getDateOf(BigInteger) - Static method in class entagged.audioformats.asf.util.Utils
Since date values in asf files are given in 100 ns steps since first january of 1601 a little conversion must be done.
getDates() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getDepth() - Method in class de.jarnbjo.util.io.HuffmanNode
 
getDescription() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getDescription() - Method in class entagged.audioformats.asf.data.GUID
 
getDescriptions() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getDescriptor(String) - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns a previously inserted content descriptor.
getDescriptorCount() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
 
getDescriptors() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns a collection of all ContentDescriptorobjects stored in this extended content description.
getDuration() - Method in class entagged.audioformats.asf.data.FileHeader
 
getDurationInSeconds() - Method in class entagged.audioformats.asf.data.FileHeader
This method converts FileHeader.getDuration()from 100ns steps to normal seconds.
getEncoding() - Method in interface entagged.audioformats.generic.TagTextField
 
getEncodingChunk() - Method in class entagged.audioformats.asf.data.AsfHeader
 
getEncodingInfo(RandomAccessFile) - Method in class entagged.audioformats.asf.AsfFileReader
(overridden)
getEncodingInfo(RandomAccessFile) - Method in class entagged.audioformats.generic.AudioFileReader
 
getEncodingType() - Method in class entagged.audioformats.AudioFile
Returns the encoding type of this AudioFile, this needs to be precisely specified in the future
getEncodingType() - Method in class entagged.audioformats.EncodingInfo
 
getErrorConcealment() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getExtendedContentDescription() - Method in class entagged.audioformats.asf.data.AsfHeader
 
getExtension(File) - Static method in class entagged.audioformats.generic.Utils
 
getExtraEncodingInfos() - Method in class entagged.audioformats.AudioFile
Returns the extra encoding infos of this AudioFile, this needs to be precisely specified in the future
getExtraEncodingInfos() - Method in class entagged.audioformats.EncodingInfo
 
getFields() - Method in class entagged.audioformats.generic.AbstractTag
 
getFields() - Method in interface entagged.audioformats.Tag
 
getFileCreationTime() - Method in class entagged.audioformats.asf.data.FileHeader
 
getFileHeader() - Method in class entagged.audioformats.asf.data.AsfHeader
 
getFileSize() - Method in class entagged.audioformats.asf.data.FileHeader
 
getFirstAlbum() - Method in class entagged.audioformats.generic.AbstractTag
 
getFirstAlbum() - Method in interface entagged.audioformats.Tag
 
getFirstArtist() - Method in class entagged.audioformats.generic.AbstractTag
 
getFirstArtist() - Method in interface entagged.audioformats.Tag
 
getFirstComment() - Method in class entagged.audioformats.generic.AbstractTag
 
getFirstComment() - Method in interface entagged.audioformats.Tag
 
getFirstGenre() - Method in class entagged.audioformats.generic.AbstractTag
 
getFirstGenre() - Method in interface entagged.audioformats.Tag
 
getFirstTitle() - Method in class entagged.audioformats.generic.AbstractTag
 
getFirstTitle() - Method in interface entagged.audioformats.Tag
 
getFirstTrack() - Method in class entagged.audioformats.generic.AbstractTag
 
getFirstTrack() - Method in interface entagged.audioformats.Tag
 
getFirstYear() - Method in class entagged.audioformats.generic.AbstractTag
 
getFirstYear() - Method in interface entagged.audioformats.Tag
 
getFixedTagLength(Tag) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
getFlags() - Method in class entagged.audioformats.asf.data.FileHeader
 
getFormat() - Method in interface de.jarnbjo.ogg.LogicalOggStream
 
getFormat() - Method in class de.jarnbjo.ogg.LogicalOggStreamImpl
 
getGenre() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getGenre() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns the Genre entered in the content descriptor chunk.
getGenre() - Method in class entagged.audioformats.generic.AbstractTag
 
getGenre() - Method in class entagged.audioformats.generic.OldTag
Returns the genre of this song, eg: "Classic Rock".
getGenre() - Method in interface entagged.audioformats.Tag
 
getGenre() - Method in class net.shredzone.ifish.ltr.LTR
Get the genre.
getGenre() - Method in class net.shredzone.ifish.ltr.TagAsf
Get the genre.
getGenre() - Method in class net.shredzone.ifish.ltr.TagMp3v1
Get the genre.
getGenre() - Method in class net.shredzone.ifish.ltr.TagMp3v2
Get the genre.
getGenre() - Method in class net.shredzone.ifish.ltr.TagMp3v200
Get the genre.
getGenre() - Method in class net.shredzone.ifish.ltr.TagOggVorbis
Get the genre.
getGenreId() - Method in class entagged.audioformats.generic.AbstractTag
 
getGenreId() - Method in class entagged.audioformats.generic.GenericTag
 
getGenres() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getGuid() - Method in class entagged.audioformats.asf.data.Chunk
 
getGUID() - Method in class entagged.audioformats.asf.data.GUID
This method returns the GUID of this object.
getGuidDescription(GUID) - Static method in class entagged.audioformats.asf.data.GUID
This method searches a GUID in GUID.KNOWN_GUIDSwhich is equal to the given guid and returns its description.
getHeader() - Method in class de.jarnbjo.ogg.OggPage
 
getId() - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
getId() - Method in interface entagged.audioformats.generic.TagField
 
getID3v1Charset() - Method in class net.shredzone.ifish.ltr.LTRFactory
Get the Charset for decoding MP3 ID3v1 tags.
getID3v2Charset() - Method in class net.shredzone.ifish.ltr.LTRFactory
Get the Charset for decoding MP3 ID3v2 tags.
getIdentificationHeader() - Method in class de.jarnbjo.vorbis.VorbisStream
 
getInstance() - Static method in class de.jarnbjo.vorbis.VorbisAudioFileReader.VorbisFormatType
 
getInt(int) - Method in interface de.jarnbjo.util.io.BitInputStream
reads bits number of bits from the input stream
getInt(HuffmanNode) - Method in interface de.jarnbjo.util.io.BitInputStream
reads a huffman codeword based on the root parameter and returns the decoded value
getInt(int) - Method in class de.jarnbjo.util.io.ByteArrayBitInputStream
 
getInt(HuffmanNode) - Method in class de.jarnbjo.util.io.ByteArrayBitInputStream
 
getIsrc() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getIsrcs() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getKbps() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
This method takes the value of AudioStreamChunk.getAverageBytesPerSec()and calculates the kbps out of it, by simply multiplying by 8 and dividing by 1000.
getLength() - Method in class entagged.audioformats.AudioFile
Returns the length (duration) in seconds (s) of this AudioFile.Example: 241 seconds
getLength() - Method in class entagged.audioformats.EncodingInfo
 
getLicense() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getLicenses() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getLocation() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getLocations() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getLogicalStreams() - Method in class de.jarnbjo.ogg.BasicStream
 
getLogicalStreams() - Method in class de.jarnbjo.ogg.CachedUrlStream
 
getLogicalStreams() - Method in class de.jarnbjo.ogg.FileStream
 
getLogicalStreams() - Method in class de.jarnbjo.ogg.OnDemandUrlStream
 
getLogicalStreams() - Method in interface de.jarnbjo.ogg.PhysicalOggStream
Returns a collection of objects implementing LogicalOggStream for accessing the separate logical streams within this physical Ogg stream.
getLogicalStreams() - Method in class de.jarnbjo.ogg.UncachedUrlStream
 
getLogicalStreams() - Method in class net.shredzone.ifish.ltr.OggFastFileStream
Get a collection of the logical streams.
getLong(int) - Method in interface de.jarnbjo.util.io.BitInputStream
reads bits number of bits from the input stream
getLong(int) - Method in class de.jarnbjo.util.io.ByteArrayBitInputStream
 
getLongNumber(byte[], int, int) - Static method in class entagged.audioformats.generic.Utils
 
getMaximumBitrate() - Method in class de.jarnbjo.vorbis.IdentificationHeader
 
getMaximumGranulePosition() - Method in interface de.jarnbjo.ogg.LogicalOggStream
This method does not work if the physical Ogg stream is not seekable.
getMaximumGranulePosition() - Method in class de.jarnbjo.ogg.LogicalOggStreamImpl
 
getMaxPackageSize() - Method in class entagged.audioformats.asf.data.FileHeader
 
getMdct0() - Method in class de.jarnbjo.vorbis.IdentificationHeader
 
getMdct1() - Method in class de.jarnbjo.vorbis.IdentificationHeader
 
getMinimumBitrate() - Method in class de.jarnbjo.vorbis.IdentificationHeader
 
getMinPackageSize() - Method in class entagged.audioformats.asf.data.FileHeader
 
getName() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This method returns the name of the content descriptor.
getNextOggPacket() - Method in interface de.jarnbjo.ogg.LogicalOggStream
Note: To read from the stream, you must use either this method or the method getNextOggPage.
getNextOggPacket() - Method in class de.jarnbjo.ogg.LogicalOggStreamImpl
 
getNextOggPage() - Method in interface de.jarnbjo.ogg.LogicalOggStream
Note: To read from the stream, you must use either this method or the method getNextOggPacket.
getNextOggPage() - Method in class de.jarnbjo.ogg.LogicalOggStreamImpl
 
getNominalBitrate() - Method in class de.jarnbjo.vorbis.IdentificationHeader
 
getNumber() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This method returns the value of the content descriptor as an integer.
getNumber(byte[], int, int) - Static method in class entagged.audioformats.generic.Utils
 
getOggPage(int) - Method in class de.jarnbjo.ogg.BasicStream
 
getOggPage(int) - Method in class de.jarnbjo.ogg.CachedUrlStream
 
getOggPage(int) - Method in class de.jarnbjo.ogg.FileStream
 
getOggPage(int) - Method in class de.jarnbjo.ogg.OnDemandUrlStream
 
getOggPage(int) - Method in interface de.jarnbjo.ogg.PhysicalOggStream
Return the Ogg page with the absolute index index, independent from the logical structure of this stream or if the index parameter is -1, the next Ogg page is returned.
getOggPage(int) - Method in class de.jarnbjo.ogg.UncachedUrlStream
 
getOggPage(int) - Method in class net.shredzone.ifish.ltr.OggFastFileStream
Get an OggPage.
getOrganization() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getOrganizations() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getPackageCount() - Method in class entagged.audioformats.asf.data.FileHeader
 
getPageCheckSum() - Method in class de.jarnbjo.ogg.OggPage
Return the check sum of this ogg page.
getPageSequenceNumber() - Method in class de.jarnbjo.ogg.OggPage
Return the sequnce number of this ogg page.
getPerformer() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getPerformers() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getPictureHeight() - Method in class entagged.audioformats.asf.data.VideoStreamChunk
 
getPictureWidth() - Method in class entagged.audioformats.asf.data.VideoStreamChunk
 
getPosition() - Method in class de.jarnbjo.ogg.BasicStream
 
getPosition() - Method in class de.jarnbjo.ogg.OnDemandUrlStream
 
getPosition() - Method in class entagged.audioformats.asf.data.Chunk
 
getPosition() - Method in class net.shredzone.ifish.ltr.OggFastFileStream
Get the current position
getRating() - Method in class entagged.audioformats.asf.data.ContentDescription
 
getRawContent() - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
getRawContent() - Method in interface entagged.audioformats.generic.TagField
 
getRawData() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This method returns a copy of the content of the descriptor.
getSampleRate() - Method in class de.jarnbjo.vorbis.IdentificationHeader
 
getSamplingRate() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
getSamplingRate() - Method in class entagged.audioformats.AudioFile
Returns the sampling rate of this AudioFile in Hertz (Hz).
getSamplingRate() - Method in class entagged.audioformats.EncodingInfo
 
getSegmentLengths() - Method in class de.jarnbjo.ogg.OggPage
 
getSegmentOffsets() - Method in class de.jarnbjo.ogg.OggPage
 
getSegmentTable() - Method in class de.jarnbjo.ogg.OggPage
 
getSetupHeader() - Method in class de.jarnbjo.vorbis.VorbisStream
 
getSignedInt(int) - Method in interface de.jarnbjo.util.io.BitInputStream
reads bits number of bits from the input stream
getSignedInt(int) - Method in class de.jarnbjo.util.io.ByteArrayBitInputStream
 
getSource() - Method in class de.jarnbjo.util.io.ByteArrayBitInputStream
 
getSpecificField(String) - Method in class entagged.audioformats.generic.OldTag
Returns the specific field's content.
getSpecificFields() - Method in class entagged.audioformats.generic.OldTag
This creates an iterator over the specific fields for this tag.
getStreamChunk(int) - Method in class entagged.audioformats.asf.data.AsfHeader
This method returns the StreamChunk at given index.
getStreamChunkCount() - Method in class entagged.audioformats.asf.data.AsfHeader
This method returns the amount of StreamChunks in this header.
getStreamNumber() - Method in class entagged.audioformats.asf.data.StreamChunk
 
getStreamSerialNumber() - Method in class de.jarnbjo.ogg.OggPage
Returns the stream serial number of this ogg page.
getStreamSpecificDataSize() - Method in class entagged.audioformats.asf.data.StreamChunk
 
getString() - Method in class entagged.audioformats.asf.data.ContentDescriptor
Returns the value of the ContentDescriptor as a String.
getStrings() - Method in class entagged.audioformats.asf.data.EncodingChunk
This method returns a collection of all Strings which were addid due EncodingChunk.addString(String).
getTag(RandomAccessFile) - Method in class entagged.audioformats.asf.AsfFileReader
(overridden)
getTag() - Method in class entagged.audioformats.AudioFile
Returns the tag contained in this AudioFile, the Tag contains any useful meta-data, like artist, album, title, etc.
getTag(RandomAccessFile) - Method in class entagged.audioformats.generic.AudioFileReader
 
getTagLength(Tag) - Method in class entagged.audioformats.generic.AbstractTagCreator
 
getTime() - Method in interface de.jarnbjo.ogg.LogicalOggStream
 
getTime() - Method in class de.jarnbjo.ogg.LogicalOggStreamImpl
 
getTimeEndPos() - Method in class entagged.audioformats.asf.data.FileHeader
 
getTimeOffset() - Method in class entagged.audioformats.asf.data.StreamChunk
 
getTimeStartPos() - Method in class entagged.audioformats.asf.data.FileHeader
 
getTitle() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getTitle() - Method in class entagged.audioformats.asf.data.ContentDescription
 
getTitle() - Method in class entagged.audioformats.generic.AbstractTag
 
getTitle() - Method in class entagged.audioformats.generic.OldTag
Returns the title of this song, eg: "Stairway to Heaven".
getTitle() - Method in interface entagged.audioformats.Tag
 
getTitle() - Method in class net.shredzone.ifish.ltr.LTR
Get the title.
getTitle() - Method in class net.shredzone.ifish.ltr.TagAsf
Get the title.
getTitle() - Method in class net.shredzone.ifish.ltr.TagMp3v1
Get the title.
getTitle() - Method in class net.shredzone.ifish.ltr.TagMp3v2
Get the title.
getTitle() - Method in class net.shredzone.ifish.ltr.TagMp3v200
Get the title.
getTitle() - Method in class net.shredzone.ifish.ltr.TagOggVorbis
Get the title.
getTitleId() - Method in class entagged.audioformats.generic.AbstractTag
 
getTitleId() - Method in class entagged.audioformats.generic.GenericTag
 
getTitles() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getTotalLength() - Method in class de.jarnbjo.ogg.OggPage
 
getTrack() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns the Track entered in the content descriptor chunk.
getTrack() - Method in class entagged.audioformats.generic.AbstractTag
 
getTrack() - Method in class entagged.audioformats.generic.OldTag
Returns the track number of this song.
getTrack() - Method in interface entagged.audioformats.Tag
 
getTrack() - Method in class net.shredzone.ifish.ltr.LTR
Get the track.
getTrack() - Method in class net.shredzone.ifish.ltr.TagAsf
Get the track.
getTrack() - Method in class net.shredzone.ifish.ltr.TagMp3v1
Get the track.
getTrack() - Method in class net.shredzone.ifish.ltr.TagMp3v2
Get the track.
getTrack() - Method in class net.shredzone.ifish.ltr.TagMp3v200
Get the track.
getTrack() - Method in class net.shredzone.ifish.ltr.TagOggVorbis
Get the track.
getTrackId() - Method in class entagged.audioformats.generic.AbstractTag
 
getTrackId() - Method in class entagged.audioformats.generic.GenericTag
 
getTrackNumber() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getTrackNumbers() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getType() - Method in class entagged.audioformats.asf.data.ContentDescriptor
Returns the type of the content descriptor.
getType() - Method in class net.shredzone.ifish.ltr.LTR
Get the type of this file.
getType() - Method in class net.shredzone.ifish.ltr.TagAsf
Get the type of this file.
getType() - Method in class net.shredzone.ifish.ltr.TagMp3v1
Get the type of this file.
getType() - Method in class net.shredzone.ifish.ltr.TagMp3v2
Get the type of this file.
getType() - Method in class net.shredzone.ifish.ltr.TagMp3v200
Get the type of this file.
getType() - Method in class net.shredzone.ifish.ltr.TagOggVorbis
Get the type of this file.
getTypeSpecificDataSize() - Method in class entagged.audioformats.asf.data.StreamChunk
 
getUncompressedFrameSize() - Method in class entagged.audioformats.asf.data.FileHeader
 
getUnspecifiedChunk(int) - Method in class entagged.audioformats.asf.data.AsfHeader
This method returns the unspecified chunk at given position.
getUnspecifiedChunkCount() - Method in class entagged.audioformats.asf.data.AsfHeader
This method returns the number of Chunkobjects which where inserted using AsfHeader.addUnspecifiedChunk(Chunk).
getUTF8Bytes(String) - Static method in class entagged.audioformats.generic.Utils
 
getValue() - Method in class de.jarnbjo.util.io.HuffmanNode
 
getVendor() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getVersion() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getVersion() - Method in class de.jarnbjo.vorbis.IdentificationHeader
 
getVersions() - Method in class de.jarnbjo.vorbis.CommentHeader
 
getYear() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
Returns the Year entered in the extended content descripion.
getYear() - Method in class entagged.audioformats.generic.AbstractTag
 
getYear() - Method in class entagged.audioformats.generic.OldTag
Returns the date of this song.
getYear() - Method in interface entagged.audioformats.Tag
 
getYear() - Method in class net.shredzone.ifish.ltr.LTR
Get the year.
getYear() - Method in class net.shredzone.ifish.ltr.TagAsf
Get the year.
getYear() - Method in class net.shredzone.ifish.ltr.TagMp3v1
Get the year.
getYear() - Method in class net.shredzone.ifish.ltr.TagMp3v2
Get the year.
getYear() - Method in class net.shredzone.ifish.ltr.TagMp3v200
Get the year.
getYear() - Method in class net.shredzone.ifish.ltr.TagOggVorbis
Get the year.
getYearId() - Method in class entagged.audioformats.generic.AbstractTag
 
getYearId() - Method in class entagged.audioformats.generic.GenericTag
 
guid - Variable in class entagged.audioformats.asf.data.Chunk
The guid of represented chunk header.
GUID - Class in entagged.audioformats.asf.data
This class is used for representation of GUIDs and as a reference list of all Known GUIDs.
GUID() - Constructor for class entagged.audioformats.asf.data.GUID
Creates an empty instance.
GUID(int[]) - Constructor for class entagged.audioformats.asf.data.GUID
Creates an instance and assigns given guid.
GUID(int[], String) - Constructor for class entagged.audioformats.asf.data.GUID
Creates an instance like GUID.GUID(int[])and sets the optional description.
GUID_AUDIO_ERROR_CONCEALEMENT_ABSENT - Static variable in class entagged.audioformats.asf.data.GUID
This constant defines the GUID for stream chunks describing audio streams, indicating the the audio stream has no error concealment.
GUID_AUDIO_ERROR_CONCEALEMENT_INTERLEAVED - Static variable in class entagged.audioformats.asf.data.GUID
This constant defines the GUID for stream chunks describing audio streams, indicating the the audio stream has interleaved error concealment.
GUID_AUDIOSTREAM - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores the GUID indicating that stream type is audio.
GUID_CONTENTDESCRIPTION - Static variable in class entagged.audioformats.asf.data.GUID
This constant represents the guid for a chunk which contains Title, author, copyright, description and rating.
GUID_ENCODING - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores the GUID for Encoding-Info chunks.
GUID_EXTENDED_CONTENT_DESCRIPTION - Static variable in class entagged.audioformats.asf.data.GUID
This constant defines the GUID for a WMA "Extended Content Description" chunk.
GUID_FILE - Static variable in class entagged.audioformats.asf.data.GUID
GUID of ASF file header.
GUID_HEADER - Static variable in class entagged.audioformats.asf.data.GUID
This constant defines the GUID of a asf header chunk.
GUID_LENGTH - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores the length of GUIDs used with ASF streams.
GUID_STREAM - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores the GUID indicating a stream object.
GUID_UNKNOWN_1 - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores a GUID whose functionality is unknown.
GUID_UNKNOWN_2 - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores a GUID whose functionality is unknown.
GUID_VIDEOSTREAM - Static variable in class entagged.audioformats.asf.data.GUID
This constant stores the GUID indicating that stream type is video.

H

hasCommonFields() - Method in class entagged.audioformats.generic.AbstractTag
 
hasCommonFields() - Method in interface entagged.audioformats.Tag
 
hasField(String) - Method in class entagged.audioformats.generic.AbstractTag
 
hasField(String) - Method in interface entagged.audioformats.Tag
 
highNeighbour(int[], int) - Static method in class de.jarnbjo.vorbis.Util
 
HuffmanNode - Class in de.jarnbjo.util.io
Representation of a node in a Huffman tree, used to read Huffman compressed codewords from e.g. a Vorbis stream.
HuffmanNode() - Constructor for class de.jarnbjo.util.io.HuffmanNode
creates a new Huffman tree root node
HuffmanNode(HuffmanNode) - Constructor for class de.jarnbjo.util.io.HuffmanNode
 
HuffmanNode(HuffmanNode, int) - Constructor for class de.jarnbjo.util.io.HuffmanNode
 

I

icount(int) - Static method in class de.jarnbjo.vorbis.Util
 
ID_ALBUM - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This constant gives the common id (name) for the "album" field in an asf extended content description.
ID_ARTIST - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This constant gives the common id (name) for the "artist" field in an asf extended content description.
ID_GENRE - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This constant gives the common id (name) for the "genre" field in an asf extended content description.
ID_GENREID - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This constant gives the common id (name) for the "genre Id" field in an asf extended content description.
ID_TRACKNUMBER - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This constant gives the common id (name) for the "track number" field in an asf extended content description.
ID_YEAR - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
This constant gives the common id (name) for the "year" field in an asf extended content description.
IdentificationHeader - Class in de.jarnbjo.vorbis
 
IdentificationHeader(BitInputStream) - Constructor for class de.jarnbjo.vorbis.IdentificationHeader
 
ilog(int) - Static method in class de.jarnbjo.vorbis.Util
 
in - Variable in class net.shredzone.ifish.ltr.LTR
 
intPow(int, int) - Static method in class de.jarnbjo.vorbis.Util
 
isAllowedEncoding(String) - Method in class entagged.audioformats.generic.AbstractTag
 
isAllowedEncoding(String) - Method in class entagged.audioformats.generic.GenericTag
 
isBinary() - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
isBinary(boolean) - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
isBinary() - Method in interface entagged.audioformats.generic.TagField
 
isBinary(boolean) - Method in interface entagged.audioformats.generic.TagField
 
isBitSet(int, int) - Static method in class de.jarnbjo.vorbis.Util
 
isBos() - Method in class de.jarnbjo.ogg.OggPage
 
isBosDone() - Method in class de.jarnbjo.ogg.CachedUrlStream.LoaderThread
 
isBosDone() - Method in class de.jarnbjo.ogg.UncachedUrlStream.LoaderThread
 
isCommon() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This method checks whether the name of the current field is one of the commonly specified fields.
isCommon() - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
isCommon() - Method in interface entagged.audioformats.generic.TagField
 
isContentEncrypted() - Method in class entagged.audioformats.asf.data.StreamChunk
 
isContinued() - Method in class de.jarnbjo.ogg.OggPage
 
isEmpty() - Method in class entagged.audioformats.asf.data.ContentDescriptor
This method checks if the binary data is empty.
isEmpty() - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
isEmpty() - Method in class entagged.audioformats.generic.AbstractTag
 
isEmpty() - Method in class entagged.audioformats.generic.OldTag
Checks wether all the common fields (artist, genre, ..) are empty, that is: contains the empty string or only spaces.
isEmpty() - Method in interface entagged.audioformats.generic.TagField
 
isEmpty() - Method in interface entagged.audioformats.Tag
 
isEos() - Method in class de.jarnbjo.ogg.OggPage
 
isErrorConcealed() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
This mehtod returns whether the audio stream data is error concealed.
isFresh() - Method in class de.jarnbjo.ogg.OggPage
 
isOpen() - Method in class de.jarnbjo.ogg.BasicStream
 
isOpen() - Method in class de.jarnbjo.ogg.CachedUrlStream
 
isOpen() - Method in class de.jarnbjo.ogg.FileStream
 
isOpen() - Method in interface de.jarnbjo.ogg.LogicalOggStream
Checks if this stream is open for reading.
isOpen() - Method in class de.jarnbjo.ogg.LogicalOggStreamImpl
 
isOpen() - Method in class de.jarnbjo.ogg.OnDemandUrlStream
 
isOpen() - Method in interface de.jarnbjo.ogg.PhysicalOggStream
Checks if this stream is open for reading.
isOpen() - Method in class de.jarnbjo.ogg.UncachedUrlStream
 
isOpen() - Method in class de.jarnbjo.vorbis.VorbisStream
 
isOpen() - Method in class net.shredzone.ifish.ltr.OggFastFileStream
Checks if the file is open.
ISRC - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
isSeekable() - Method in class de.jarnbjo.ogg.BasicStream
 
isSeekable() - Method in class de.jarnbjo.ogg.CachedUrlStream
 
isSeekable() - Method in class de.jarnbjo.ogg.FileStream
 
isSeekable() - Method in class de.jarnbjo.ogg.OnDemandUrlStream
 
isSeekable() - Method in interface de.jarnbjo.ogg.PhysicalOggStream
 
isSeekable() - Method in class de.jarnbjo.ogg.UncachedUrlStream
 
isSeekable() - Method in class net.shredzone.ifish.ltr.OggFastFileStream
Is this FileStream seekable?
isSpecificEmpty() - Method in class entagged.audioformats.generic.OldTag
Checks wether all the specific fields (other than artist, genre, ..) are empty, that is: contains the empty string or only spaces.
isValid() - Method in class entagged.audioformats.asf.data.GUID
This method checks if the currently stored GUID (GUID.guid) is correctly filled.
isVbr() - Method in class entagged.audioformats.AudioFile
 
isVbr() - Method in class entagged.audioformats.EncodingInfo
 

K

KNOWN_GUIDS - Static variable in class entagged.audioformats.asf.data.GUID
This field stores all knwon GUIDs.

L

LICENSE - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
LINE_SEPARATOR - Static variable in class entagged.audioformats.asf.util.Utils
Stores the default line seperator of the current underlying system.
LITTLE_ENDIAN - Static variable in interface de.jarnbjo.util.io.BitInputStream
constant for setting this stream's mode to little endian
LITTLE_ENDIAN - Static variable in class de.jarnbjo.vorbis.VorbisStream
 
LOCATION - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
LogicalOggStream - Interface in de.jarnbjo.ogg
Interface providing access to a logical Ogg stream as part of a physical Ogg stream.
LogicalOggStreamImpl - Class in de.jarnbjo.ogg
 
LogicalOggStreamImpl(PhysicalOggStream, int) - Constructor for class de.jarnbjo.ogg.LogicalOggStreamImpl
 
lookup1Values(int, int) - Static method in class de.jarnbjo.vorbis.Util
 
lowNeighbour(int[], int) - Static method in class de.jarnbjo.vorbis.Util
 
LTR - Class in net.shredzone.ifish.ltr
The Base Class for the Lightweight Tag Reader.
LTR(RandomAccessFile, LTRFactory) - Constructor for class net.shredzone.ifish.ltr.LTR
Create a new LTR object.
LTRFactory - Class in net.shredzone.ifish.ltr
This is a factory class for LTR objects.
LTRFactory() - Constructor for class net.shredzone.ifish.ltr.LTRFactory
 
LTRmp3 - Class in net.shredzone.ifish.ltr
The Base Class for mp3 decoding of the Lightweight Tag Reader.
LTRmp3(RandomAccessFile, LTRFactory) - Constructor for class net.shredzone.ifish.ltr.LTRmp3
Constructor for the LTRmp3 object

M

merge(Tag) - Method in class entagged.audioformats.generic.AbstractTag
 
merge(Tag) - Method in interface entagged.audioformats.Tag
 

N

net.shredzone.ifish.ltr - package net.shredzone.ifish.ltr
 

O

o0 - Variable in class de.jarnbjo.util.io.HuffmanNode
 
o1 - Variable in class de.jarnbjo.util.io.HuffmanNode
 
OggFastFileStream - Class in net.shredzone.ifish.ltr
Replacement file reader class.
OggFastFileStream(RandomAccessFile) - Constructor for class net.shredzone.ifish.ltr.OggFastFileStream
Constructor for the OggFastFileStream object
OggFormatException - Exception in de.jarnbjo.ogg
Exception thrown when trying to read a corrupted Ogg stream.
OggFormatException() - Constructor for exception de.jarnbjo.ogg.OggFormatException
 
OggFormatException(String) - Constructor for exception de.jarnbjo.ogg.OggFormatException
 
OggPage - Class in de.jarnbjo.ogg
An instance of this class represents an ogg page read from an ogg file or network stream.
OggPage() - Constructor for class de.jarnbjo.ogg.OggPage
 
OldTag - Class in entagged.audioformats.generic
This class stores all the meta-data (artist, album, ..) contained in an AudioFile.
OldTag() - Constructor for class entagged.audioformats.generic.OldTag
Creates a new empty tag, all the common fields are initialized to the empty string, and no specific fields exists.
OnDemandUrlStream - Class in de.jarnbjo.ogg
Implementation of the PhysicalOggStream interface for reading an Ogg stream from a URL.
OnDemandUrlStream(URL) - Constructor for class de.jarnbjo.ogg.OnDemandUrlStream
 
ORGANIZATION - Static variable in class de.jarnbjo.vorbis.CommentHeader
 

P

PERFORMER - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
PhysicalOggStream - Interface in de.jarnbjo.ogg
Interface providing access to a physical Ogg stream.
position - Variable in class entagged.audioformats.asf.data.Chunk
The position of current header object within file or stream.
prettyPrint() - Method in class entagged.audioformats.asf.data.AsfHeader
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.AudioStreamChunk
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.Chunk
This method creates a String containing usefull information prepared to be printed on stdout.
prettyPrint() - Method in class entagged.audioformats.asf.data.ContentDescription
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.EncodingChunk
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
This method creates a String containing the tag elements an their values for printing.
prettyPrint() - Method in class entagged.audioformats.asf.data.FileHeader
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.StreamChunk
(overridden)
prettyPrint() - Method in class entagged.audioformats.asf.data.VideoStreamChunk
(overridden)
processPacket(byte[]) - Method in class de.jarnbjo.vorbis.VorbisStream
 

R

read(byte[]) - Method in class de.jarnbjo.util.audio.FadeableAudioInputStream
 
read(byte[], int, int) - Method in class de.jarnbjo.util.audio.FadeableAudioInputStream
 
read(BitInputStream) - Method in class de.jarnbjo.util.io.HuffmanNode
 
read() - Method in class de.jarnbjo.vorbis.VorbisAudioFileReader.VorbisInputStream
 
read(byte[]) - Method in class de.jarnbjo.vorbis.VorbisAudioFileReader.VorbisInputStream
 
read(byte[], int, int) - Method in class de.jarnbjo.vorbis.VorbisAudioFileReader.VorbisInputStream
 
read(RandomAccessFile, Chunk) - Static method in class entagged.audioformats.asf.io.ContentDescriptionReader
Creates and fills a ContentDescriptionfrom given file.
read(RandomAccessFile, Chunk) - Static method in class entagged.audioformats.asf.io.EncodingChunkReader
This reads the current data and interprets it as an encoding chunk.
read(RandomAccessFile, Chunk) - Static method in class entagged.audioformats.asf.io.ExtContentDescReader
Reads the current chunk if it is a matching one.
read(RandomAccessFile, Chunk) - Static method in class entagged.audioformats.asf.io.FileHeaderReader
Creates and fills a FileHeaderfrom given file.
read(RandomAccessFile, Chunk) - Static method in class entagged.audioformats.asf.io.StreamChunkReader
Reads audio and video stream information.
read(File) - Method in class entagged.audioformats.generic.AudioFileReader
 
read(File, RandomAccessFile) - Method in class entagged.audioformats.generic.AudioFileReader
 
read3Int() - Method in class net.shredzone.ifish.ltr.TagMp3v200
Read an ID3v2 3 byte integer.
read7Bit(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
This method reads one byte from raf and creates an unsigned value of it.
readAutoInt() - Method in class net.shredzone.ifish.ltr.TagMp3v2
Read an ID3v2 integer.
readBig64(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
This method reads 8 bytes, interprets them as an unsigned number and creates a BigInteger
readCharacterSizedString(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
This method reads a UTF-16 String, which legth is given on the number of characters it consits of.
readFixedSizeUTF16Str(RandomAccessFile, int) - Static method in class entagged.audioformats.asf.io.ContentDescriptionReader
This method reads a UTF-16 encoded String.
readFrame() - Method in class net.shredzone.ifish.ltr.TagMp3v2
Read a tag frame.
readFrame() - Method in class net.shredzone.ifish.ltr.TagMp3v200
Read a tag frame.
readGUID(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
This Method reads a GUID (which is a 16 byte long sequence) from the given raf and creates a wrapper.
readHeader(RandomAccessFile) - Static method in class entagged.audioformats.asf.io.AsfHeaderReader
This method tries to extract an ASF-header out of the given stream.
readInt() - Method in class net.shredzone.ifish.ltr.LTRmp3
Read an ID3v2 integer.
readPcm(byte[], int, int) - Method in class de.jarnbjo.vorbis.VorbisStream
 
readSignedRice(int) - Method in interface de.jarnbjo.util.io.BitInputStream
reads an integer encoded as "signed rice" as described in the FLAC audio format specification
readSignedRice(int, int[], int, int) - Method in interface de.jarnbjo.util.io.BitInputStream
fills the array from offset with len integers encoded as "signed rice" as described in the FLAC audio format specification
readSignedRice(int) - Method in class de.jarnbjo.util.io.ByteArrayBitInputStream
reads an integer encoded as "signed rice" as described in the FLAC audio format specification not supported for little endian
readSignedRice(int, int[], int, int) - Method in class de.jarnbjo.util.io.ByteArrayBitInputStream
fills the array from offset with len integers encoded as "signed rice" as described in the FLAC audio format specification not supported for little endian
readStringLen(int) - Method in class net.shredzone.ifish.ltr.LTR
Read a String of a certain length from the file.
readStringLen(int, String) - Method in class net.shredzone.ifish.ltr.LTR
Read a String of a certain length from the file.
readSyncsafe() - Method in class net.shredzone.ifish.ltr.LTRmp3
Read a syncsafe byte.
readSyncsafeInt() - Method in class net.shredzone.ifish.ltr.LTRmp3
Read an ID3v2 syncsafe integer.
readUINT16(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
 
readUINT32(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
 
readUINT64(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
Reads long as little endian.
readUTF16LEStr(RandomAccessFile) - Static method in class entagged.audioformats.asf.util.Utils
This method reads a UTF-16 encoded String, beginning with a 16-bit value representing the number of bytes needed.
remove(String) - Method in class entagged.audioformats.asf.data.ExtendedContentDescription
This method removes the content descriptor with the given name.
renderLine(int, int, int, int, float[]) - Static method in class de.jarnbjo.vorbis.Util
 
renderPoint(int, int, int, int, int) - Static method in class de.jarnbjo.vorbis.Util
 
reset() - Method in interface de.jarnbjo.ogg.LogicalOggStream
Sets the stream's position to the beginning of the stream.
reset() - Method in class de.jarnbjo.ogg.LogicalOggStreamImpl
 
run() - Method in class de.jarnbjo.ogg.CachedUrlStream.LoaderThread
 
run() - Method in class de.jarnbjo.ogg.UncachedUrlStream.LoaderThread
 

S

set(TagField) - Method in class entagged.audioformats.generic.AbstractTag
 
set(TagField) - Method in interface entagged.audioformats.Tag
 
setAlbum(String) - Method in class entagged.audioformats.generic.AbstractTag
 
setAlbum(String) - Method in class entagged.audioformats.generic.OldTag
Sets the new album for this song, replacing the previous one.
setAlbum(String) - Method in interface entagged.audioformats.Tag
 
setArtist(String) - Method in class entagged.audioformats.generic.AbstractTag
 
setArtist(String) - Method in class entagged.audioformats.generic.OldTag
Sets the new artist for this song, replacing the previous one.
setArtist(String) - Method in interface entagged.audioformats.Tag
 
setAuthor(String) - Method in class entagged.audioformats.asf.data.ContentDescription
 
setAverageBytesPerSec(long) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
setBinaryValue(byte[]) - Method in class entagged.audioformats.asf.data.ContentDescriptor
Sets the Value of the current content descriptor.
setBitrate(int) - Method in class entagged.audioformats.EncodingInfo
 
setBitsPerSample(int) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
Sets the bitsPerSample
setBlockAlignment(long) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
Sets the blockAlignment.
setBooleanValue(boolean) - Method in class entagged.audioformats.asf.data.ContentDescriptor
Sets the Value of the current content descriptor.
setChannelCount(long) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
setChannelNumber(int) - Method in class entagged.audioformats.EncodingInfo
 
setCodecData(byte[]) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
Sets the codecData
setComment(String) - Method in class entagged.audioformats.asf.data.ContentDescription
 
setComment(String) - Method in class entagged.audioformats.generic.AbstractTag
 
setComment(String) - Method in class entagged.audioformats.generic.OldTag
Sets the new comment of this song, replacing the previous one.
setComment(String) - Method in interface entagged.audioformats.Tag
 
setCompressionFormat(long) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
setContent(String) - Method in interface entagged.audioformats.generic.TagTextField
 
setContentDescription(ContentDescription) - Method in class entagged.audioformats.asf.data.AsfHeader
 
setContentEncrypted(boolean) - Method in class entagged.audioformats.asf.data.StreamChunk
 
setCopyRight(String) - Method in class entagged.audioformats.asf.data.ContentDescription
 
setDWordValue(long) - Method in class entagged.audioformats.asf.data.ContentDescriptor
Sets the Value of the current content descriptor.
setEncoding(String) - Method in interface entagged.audioformats.generic.TagTextField
 
setEncodingChunk(EncodingChunk) - Method in class entagged.audioformats.asf.data.AsfHeader
 
setEncodingType(String) - Method in class entagged.audioformats.EncodingInfo
 
setEndian(int) - Method in interface de.jarnbjo.util.io.BitInputStream
changes the endian mode used when reading bit-wise from the stream, changing the mode mid-stream will cause the read cursor to move to the beginning of the next byte (as if calling the allign method
setEndian(int) - Method in class de.jarnbjo.util.io.ByteArrayBitInputStream
 
setErrorConcealment(GUID) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
This method sets the error concealment type which is given by two GUIDs.
setExtendedContentDescription(ExtendedContentDescription) - Method in class entagged.audioformats.asf.data.AsfHeader
 
setExtraEncodingInfos(String) - Method in class entagged.audioformats.EncodingInfo
 
setFileHeader(FileHeader) - Method in class entagged.audioformats.asf.data.AsfHeader
 
setGenre(String) - Method in class entagged.audioformats.generic.AbstractTag
 
setGenre(String) - Method in class entagged.audioformats.generic.OldTag
Sets the new genre for this song, replacing the previous one.
setGenre(String) - Method in interface entagged.audioformats.Tag
 
setID3v1Charset(String) - Method in class net.shredzone.ifish.ltr.LTRFactory
Set the Charset for decoding MP3 ID3v1 tags.
setID3v2Charset(String) - Method in class net.shredzone.ifish.ltr.LTRFactory
Set the Charset for decoding MP3 ID3v2 tags.
setLength(int) - Method in class entagged.audioformats.EncodingInfo
 
setNewValue(int, int) - Method in class de.jarnbjo.util.io.HuffmanNode
creates a new tree node at the first free location at the given depth, and assigns the value to it
setPictureHeight(long) - Method in class entagged.audioformats.asf.data.VideoStreamChunk
 
setPictureWidth(long) - Method in class entagged.audioformats.asf.data.VideoStreamChunk
 
setQWordValue(long) - Method in class entagged.audioformats.asf.data.ContentDescriptor
Sets the Value of the current content descriptor.
setRating(String) - Method in class entagged.audioformats.asf.data.ContentDescription
 
setSamplingRate(long) - Method in class entagged.audioformats.asf.data.AudioStreamChunk
 
setSamplingRate(int) - Method in class entagged.audioformats.EncodingInfo
 
setStreamNumber(int) - Method in class entagged.audioformats.asf.data.StreamChunk
 
setStreamSpecificDataSize(long) - Method in class entagged.audioformats.asf.data.StreamChunk
 
setStringValue(String) - Method in class entagged.audioformats.asf.data.ContentDescriptor
Sets the Value of the current content descriptor.
setTime(long) - Method in class de.jarnbjo.ogg.BasicStream
 
setTime(long) - Method in class de.jarnbjo.ogg.CachedUrlStream
 
setTime(long) - Method in class de.jarnbjo.ogg.FileStream
 
setTime(long) - Method in interface de.jarnbjo.ogg.LogicalOggStream
This method is invoked on all logical streams when calling the same method on the physical stream.
setTime(long) - Method in class de.jarnbjo.ogg.LogicalOggStreamImpl
 
setTime(long) - Method in class de.jarnbjo.ogg.OnDemandUrlStream
 
setTime(long) - Method in interface de.jarnbjo.ogg.PhysicalOggStream
Sets this stream's (and its logical stream's) position to the granule position.
setTime(long) - Method in class de.jarnbjo.ogg.UncachedUrlStream
 
setTime(long) - Method in class net.shredzone.ifish.ltr.OggFastFileStream
Move the stream to a certain time position.
setTimeOffset(long) - Method in class entagged.audioformats.asf.data.StreamChunk
 
setTitle(String) - Method in class entagged.audioformats.asf.data.ContentDescription
 
setTitle(String) - Method in class entagged.audioformats.generic.AbstractTag
 
setTitle(String) - Method in class entagged.audioformats.generic.OldTag
Sets the title for this song, replacing the previous one.
setTitle(String) - Method in interface entagged.audioformats.Tag
 
setTrack(String) - Method in class entagged.audioformats.generic.AbstractTag
 
setTrack(String) - Method in class entagged.audioformats.generic.OldTag
Sets the new track number for this song, replacing the previous one.
setTrack(String) - Method in interface entagged.audioformats.Tag
 
setTypeSpecificDataSize(long) - Method in class entagged.audioformats.asf.data.StreamChunk
 
setVbr(boolean) - Method in class entagged.audioformats.EncodingInfo
 
setWordValue(int) - Method in class entagged.audioformats.asf.data.ContentDescriptor
Sets the Value of the current content descriptor.
setYear(String) - Method in class entagged.audioformats.generic.AbstractTag
 
setYear(String) - Method in class entagged.audioformats.generic.OldTag
Sets the new date for this song, replacing the previous one.
setYear(String) - Method in interface entagged.audioformats.Tag
 
StreamChunk - Class in entagged.audioformats.asf.data
This class is the base for all handled stream contents.
StreamChunk(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.StreamChunk
Creates an instance
StreamChunkReader - Class in entagged.audioformats.asf.io
Reads and interprets the data of the audio or video stream information chunk.
StreamChunkReader() - Constructor for class entagged.audioformats.asf.io.StreamChunkReader
Shouldn't be used for now.

T

Tag - Interface in entagged.audioformats
 
TagAsf - Class in net.shredzone.ifish.ltr
Decodes an ASF/WMA stream.
TagAsf(RandomAccessFile, File, LTRFactory) - Constructor for class net.shredzone.ifish.ltr.TagAsf
Create a new TagAsf object.
TagConverter - Class in entagged.audioformats.asf.util
This class provides functionality to convert AsfHeaderobjects into Tagobjects (More extract information and create a GenericTag).
TagConverter() - Constructor for class entagged.audioformats.asf.util.TagConverter
 
TagField - Interface in entagged.audioformats.generic
 
TagMp3v1 - Class in net.shredzone.ifish.ltr
Decodes an MP3 file with ID3v1 tag.
TagMp3v1(RandomAccessFile, LTRFactory) - Constructor for class net.shredzone.ifish.ltr.TagMp3v1
Create a new TagMp3v1 object.
TagMp3v2 - Class in net.shredzone.ifish.ltr
Decodes an MP3 file with ID3v2 tag.
TagMp3v2(RandomAccessFile, LTRFactory) - Constructor for class net.shredzone.ifish.ltr.TagMp3v2
Create a new TagMp3v2 instance.
TagMp3v200 - Class in net.shredzone.ifish.ltr
Decodes an MP3 file with old ID3v2.00 tag.
TagMp3v200(RandomAccessFile, LTRFactory) - Constructor for class net.shredzone.ifish.ltr.TagMp3v200
Create a new TagMp3v200 instance.
TagOggVorbis - Class in net.shredzone.ifish.ltr
Decodes an Ogg Vorbis stream.
TagOggVorbis(RandomAccessFile, LTRFactory) - Constructor for class net.shredzone.ifish.ltr.TagOggVorbis
Create a new TagOggVorbis object.
TagTextField - Interface in entagged.audioformats.generic
 
TITLE - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
TITLE - Static variable in class entagged.audioformats.generic.GenericTag
 
toString() - Method in class entagged.audioformats.asf.data.Chunk
(overridden)
toString() - Method in class entagged.audioformats.asf.data.ContentDescriptor
(overridden)
toString() - Method in class entagged.audioformats.asf.data.GUID
This method gives a hex formatted representation of GUID.getGUID()
toString() - Method in class entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
(overridden)
toString() - Method in class entagged.audioformats.AudioFile
Returns a multi-line string with the file path, the encoding informations, and the tag contents.
toString() - Method in class entagged.audioformats.EncodingInfo
 
toString() - Method in class entagged.audioformats.generic.AbstractTag
 
toString() - Method in class entagged.audioformats.generic.OldTag
Returns a multi-line string showing all the meta-data of this tag (the common fields, and any specific field).
toString() - Method in interface entagged.audioformats.generic.TagField
 
toString() - Method in interface entagged.audioformats.Tag
 
toString() - Method in class net.shredzone.ifish.ltr.LTR
Return a string representation of the LTR content.
TRACK - Static variable in class entagged.audioformats.generic.GenericTag
 
TRACKNUMBER - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
TYPE_BINARY - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
Constant for the content descriptor-type for binary data.
TYPE_BOOLEAN - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
Constant for the content descriptor-type for booleans.
TYPE_DWORD - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
Constant for the content descriptor-type for integers (32-bit).
TYPE_QWORD - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
Constant for the content descriptor-type for integers (64-bit).
TYPE_STRING - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
Constant for the content descriptor-type for Strings.
TYPE_WORD - Static variable in class entagged.audioformats.asf.data.ContentDescriptor
Constant for the content descriptor-type for integers (16-bit).

U

UncachedUrlStream - Class in de.jarnbjo.ogg
Implementation of the PhysicalOggStream interface for reading an Ogg stream from a URL.
UncachedUrlStream(URL) - Constructor for class de.jarnbjo.ogg.UncachedUrlStream
Creates an instance of the PhysicalOggStream interface suitable for reading an Ogg stream from a URL.
UncachedUrlStream.LoaderThread - Class in de.jarnbjo.ogg
 
UncachedUrlStream.LoaderThread(InputStream, LinkedList) - Constructor for class de.jarnbjo.ogg.UncachedUrlStream.LoaderThread
 
Util - Class in de.jarnbjo.vorbis
 
Util() - Constructor for class de.jarnbjo.vorbis.Util
 
Utils - Class in entagged.audioformats.asf.util
Some static Methods which are used in several Classes.
Utils() - Constructor for class entagged.audioformats.asf.util.Utils
 
Utils - Class in entagged.audioformats.generic
 
Utils() - Constructor for class entagged.audioformats.generic.Utils
 

V

value - Variable in class de.jarnbjo.util.io.HuffmanNode
 
VERSION - Static variable in class de.jarnbjo.vorbis.CommentHeader
 
VideoStreamChunk - Class in entagged.audioformats.asf.data
 
VideoStreamChunk(long, BigInteger) - Constructor for class entagged.audioformats.asf.data.VideoStreamChunk
Creates an instance.
VorbisAudioFileReader - Class in de.jarnbjo.vorbis
 
VorbisAudioFileReader() - Constructor for class de.jarnbjo.vorbis.VorbisAudioFileReader
 
VorbisAudioFileReader.VorbisFormatType - Class in de.jarnbjo.vorbis
 
VorbisAudioFileReader.VorbisInputStream - Class in de.jarnbjo.vorbis
 
VorbisAudioFileReader.VorbisInputStream(VorbisStream) - Constructor for class de.jarnbjo.vorbis.VorbisAudioFileReader.VorbisInputStream
 
VorbisFormatException - Exception in de.jarnbjo.vorbis
Exception thrown when trying to read a corrupted Vorbis stream.
VorbisFormatException() - Constructor for exception de.jarnbjo.vorbis.VorbisFormatException
 
VorbisFormatException(String) - Constructor for exception de.jarnbjo.vorbis.VorbisFormatException
 
VorbisStream - Class in de.jarnbjo.vorbis
 
VorbisStream() - Constructor for class de.jarnbjo.vorbis.VorbisStream
 
VorbisStream(LogicalOggStream) - Constructor for class de.jarnbjo.vorbis.VorbisStream
 

Y

YEAR - Static variable in class entagged.audioformats.generic.GenericTag
 

A B C D E F G H I K L M N O P R S T U V Y

Copyright © 2007-2011 shredzone.org. All Rights Reserved.