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

A

accept(File) - Method in class helliker.id3.MP3FileFilter
Determines whether or not the file is an mp3 file.
ACCOMPANIMENT - Static variable in class helliker.id3.ID3v2Frames
 
ALBUM - Static variable in class helliker.id3.ID3v2Frames
 
ALBUM_SORT_ORDER - Static variable in class helliker.id3.ID3v2Frames
 
ATTACHED_PICTURE - Static variable in class helliker.id3.ID3v2Frames
 
AUDIO_ENCRYPTION - Static variable in class helliker.id3.ID3v2Frames
 
AUDIO_SEEK_POINT_INDEX - Static variable in class helliker.id3.ID3v2Frames
 

B

BinaryParser - class helliker.id3.BinaryParser.
 
BinaryParser() - Constructor for class helliker.id3.BinaryParser
 
bitSet(byte, int) - Static method in class helliker.id3.BinaryParser
Tests to see if the bit at postion pos is set in byte b
BOTH_TAGS - Static variable in class helliker.id3.MP3File
Write ID3v1 and ID3v2 tags whether or not they exist.
BPM - Static variable in class helliker.id3.ID3v2Frames
 

C

COMMENTS - Static variable in class helliker.id3.ID3v2Frames
 
COMMERCIAL_FRAME - Static variable in class helliker.id3.ID3v2Frames
 
COMMERCIAL_INFO_URL - Static variable in class helliker.id3.ID3v2Frames
 
compare(Object, Object) - Method in class helliker.id3.MP3Comparator
Compares the objects.
compareTo(Object) - Method in class helliker.id3.MP3File
Compare this MP3File to the specified object.
COMPOSER - Static variable in class helliker.id3.ID3v2Frames
 
CONDUCTOR - Static variable in class helliker.id3.ID3v2Frames
 
CONTENT_GROUP - Static variable in class helliker.id3.ID3v2Frames
 
CONTENT_TYPE - Static variable in class helliker.id3.ID3v2Frames
 
convertToBytes(int) - Static method in class helliker.id3.BinaryParser
Convert the integer passed to a array of 4 bytes (32-bits).
convertToDecimal(byte, int, int) - Static method in class helliker.id3.BinaryParser
Convert a portion of a byte to an integer.
convertToInt(byte[]) - Static method in class helliker.id3.BinaryParser
Convert an array of bytes into an integer.
COPYRIGHT_INFO_URL - Static variable in class helliker.id3.ID3v2Frames
 
COPYRIGHT_MESSAGE - Static variable in class helliker.id3.ID3v2Frames
 

E

ENCODED_BY - Static variable in class helliker.id3.ID3v2Frames
 
ENCODING_TIME - Static variable in class helliker.id3.ID3v2Frames
 
ENCRYPTION_METHOD_REGISTRATION - Static variable in class helliker.id3.ID3v2Frames
 
EQUALISATION - Static variable in class helliker.id3.ID3v2Frames
 
equals(Object) - Method in class helliker.id3.MP3Comparator
Returns true if the specified object is an MP3Comparator
equals(Object) - Method in class helliker.id3.MP3File
Returns true if the object o is equal to this MP3File.
EVENT_TIMING_CODES - Static variable in class helliker.id3.ID3v2Frames
 
EXISTING_TAGS_ONLY - Static variable in class helliker.id3.MP3File
Only write and read tags that already exist.

F

FILE_OWNER - Static variable in class helliker.id3.ID3v2Frames
 
FILE_TYPE - Static variable in class helliker.id3.ID3v2Frames
 
footerExists() - Method in class helliker.id3.ID3v2Footer
Returns true if a footer exists

G

GENERAL_ENCAPSULATED_OBJECT - Static variable in class helliker.id3.ID3v2Frames
 
getAlbum() - Method in class helliker.id3.ID3v1Tag
Return the album field of the tag
getAlbum() - Method in class helliker.id3.MP3File
Returns the album of the mp3 if set and the empty string if not.
getArtist() - Method in class helliker.id3.ID3v1Tag
Return the artist field of the tag
getArtist() - Method in class helliker.id3.MP3File
Returns the artist of the mp3 if set and the empty string if not.
getBitRate() - Method in class helliker.id3.MP3File
Returns the bit rate of this mp3 in kbps.
getBitRate() - Method in class helliker.id3.MPEGAudioFrameHeader
Returns the bitrate of the mpeg in kbps
getBytes() - Method in class helliker.id3.ID3v2ExtendedHeader
Return an array of bytes representing this extended header in the standard format to be written to a file.
getBytes() - Method in class helliker.id3.ID3v2Footer
Return an array of bytes representing the footer.
getBytes() - Method in class helliker.id3.ID3v2Frames
Return an array bytes containing all frames contained in this object.
getBytes() - Method in class helliker.id3.ID3v2Header
Return an array of bytes representing the header.
getBytes() - Method in class helliker.id3.ID3v2Tag
Return a binary representation of this object to be written to a file.
getChannelMode() - Method in class helliker.id3.MPEGAudioFrameHeader
Return the channel mode of the mpeg in string form.
getComment() - Method in class helliker.id3.ID3v1Tag
Return the comment field of the tag
getComment() - Method in class helliker.id3.MP3File
Returns the comment field of this mp3 if set and the empty string if not.
getComposer() - Method in class helliker.id3.MP3File
Returns the composer of this mp3 if set and the empty string if not (id3v2 only).
getCompressed() - Method in class helliker.id3.ID3v2Frame
Returns true if this frame is compressed
getCopyrightInfo() - Method in class helliker.id3.MP3File
Returns the copyright info of this mp3 if set and the empty string if not (id3v2 only).
getCRC() - Method in class helliker.id3.ID3v2ExtendedHeader
If there is crc data in the extended header, then the attached 5 byte crc will be returned.
getCRCed() - Method in class helliker.id3.ID3v2ExtendedHeader
Returns true if CRC information is provided for this tag
getDataLength() - Method in class helliker.id3.ID3v2Frame
If a length indicator has been added, the length of the data is returned.
getDataString() - Method in class helliker.id3.ID3v2Frame
If possible, this method attempts to convert textual part of the data into a string.
getEmphasis() - Method in class helliker.id3.MPEGAudioFrameHeader
Returns the emphasis.
getEncodedBy() - Method in class helliker.id3.MP3File
Returns who encoded this mp3 if set and the empty string if not (id3v2 only).
getEncrypted() - Method in class helliker.id3.ID3v2Frame
Returns true if this frame is encrypted
getEncryptionType() - Method in class helliker.id3.ID3v2Frame
If encrypted, this returns the encryption method byte.
getExperimental() - Method in class helliker.id3.ID3v2Footer
Returns true if the experimental bit of this footer is set.
getExperimental() - Method in class helliker.id3.ID3v2Header
Returns true if the experimental bit of this header is set.
getExtendedFooter() - Method in class helliker.id3.ID3v2Footer
Returns true if this tag has an extended footer.
getExtendedHeader() - Method in class helliker.id3.ID3v2Header
Returns true if this tag has an extended header.
getFileAlterDiscard() - Method in class helliker.id3.ID3v2Frame
Returns true if the file alter preservation bit has been set.
getFileName() - Method in class helliker.id3.MP3File
Returns the filename of this MP3File.
getFileSize() - Method in class helliker.id3.MP3File
Return the filesize of this MP3File (in bytes).
getFooter() - Method in class helliker.id3.ID3v2Footer
Returns true if this tag has a footer.
getFooter() - Method in class helliker.id3.ID3v2Header
Returns true if this tag has a footer.
getFooterSize() - Method in class helliker.id3.ID3v2Footer
Returns the size (in bytes) of this footer.
getFrameBytes() - Method in class helliker.id3.ID3v2Frame
Returns a byte array representation of this frame that can be written to a file.
getFrameData() - Method in class helliker.id3.ID3v2Frame
Returns the data for this frame
getFrameData(String) - Method in class helliker.id3.ID3v2Tag
Returns the data found in the frame specified by the id.
getFrameDataBytes(String) - Method in class helliker.id3.MP3File
Returns the data contained in the frame specified by the id (id3v2 only) .
getFrameDataString(String) - Method in class helliker.id3.ID3v2Tag
Returns the textual information contained in the frame specified by the id.
getFrameDataString(String) - Method in class helliker.id3.MP3File
Returns the textual information contained in the frame specifed by the id.
getFrameLength() - Method in class helliker.id3.ID3v2Frame
Return the length of this frame in bytes, including the header.
getGenre() - Method in class helliker.id3.ID3v1Tag
Return the genre field of the tag
getGenre() - Method in class helliker.id3.MP3File
Returns the genre of this mp3 if set and the empty string if not.
getGenre(int) - Static method in class helliker.id3.NullsoftID3GenreTable
Return the corresponding String for the integer coded provided.
getGenre(String) - Static method in class helliker.id3.NullsoftID3GenreTable
Tries to find the string provided in the table and returns the corresponding int code if successful.
getGenres() - Static method in class helliker.id3.NullsoftID3GenreTable
Returns an array of all the genres which can be used to put into an OptionPane or some other component for easy display.
getGenreString() - Method in class helliker.id3.ID3v1Tag
Return the genre name based on the ID3/Nullsoft standards.
getGroup() - Method in class helliker.id3.ID3v2Frame
Returns the group identifier if added.
getGrouped() - Method in class helliker.id3.ID3v2Frame
Returns true if this frame is a part of a group
getHeaderSize() - Method in class helliker.id3.ID3v2Header
Returns the size (in bytes) of this header.
getImageEncode() - Method in class helliker.id3.ID3v2ExtendedHeader
Returns true if the image encode flag is set
getImageRestriction() - Method in class helliker.id3.ID3v2ExtendedHeader
Returns the value of the image restriction field or -1 if not set
getLayer() - Method in class helliker.id3.MPEGAudioFrameHeader
Return the layer description of the mpeg in string form.
getLength() - Method in class helliker.id3.ID3v2Frames
Returns the length in bytes of all the frames contained in this object.
getLengthIndicator() - Method in class helliker.id3.ID3v2Frame
Returns true if this frame has a length indicator added
getMajorVersion() - Method in class helliker.id3.ID3v2Footer
Returns the major version of this id3v2 tag.
getMajorVersion() - Method in class helliker.id3.ID3v2Header
Returns the major version of this id3v2 tag.
getMaxFrames() - Method in class helliker.id3.ID3v2ExtendedHeader
Returns the maximum number of frames if set.
getMaxTagSize() - Method in class helliker.id3.ID3v2ExtendedHeader
Returns the maximum tag size or -1 if unset
getMaxTextSize() - Method in class helliker.id3.ID3v2ExtendedHeader
Returns the maximum length of a string if set or -1
getMinorVersion() - Method in class helliker.id3.ID3v2Footer
Return the minor version/revision of this id3v2 tag.
getMinorVersion() - Method in class helliker.id3.ID3v2Header
Return the minor version/revision of this id3v2 tag.
getMPEGChannelMode() - Method in class helliker.id3.MP3File
Return the channel mode of the mpeg.
getMPEGEmphasis() - Method in class helliker.id3.MP3File
Returns the emphasis of this mp3.
getMPEGLayer() - Method in class helliker.id3.MP3File
Returns a string specifying the layer of the mpeg.
getMPEGVersion() - Method in class helliker.id3.MP3File
Returns a string specifying the version of the mpeg.
getNumFlagBytes() - Method in class helliker.id3.ID3v2ExtendedHeader
Returns the number of extended flag bytes
getOriginalArtist() - Method in class helliker.id3.MP3File
Returns the original artist of this mp3 if set and the empty string if not (id3v2 only).
getPadding() - Method in class helliker.id3.ID3v2Tag
Returns the current number of padding bytes in this id3v2 tag.
getParent() - Method in class helliker.id3.MP3File
Returns the parent directory of this MP3File.
getPath() - Method in class helliker.id3.MP3File
Return the absolute path of this MP3File.
getPlayingTime() - Method in class helliker.id3.MP3File
Returns the length (in seconds) of the playing time of this mp3.
getPlayingTimeString() - Method in class helliker.id3.MP3File
Return a formatted version of the getPlayingTime method.
getReadOnly() - Method in class helliker.id3.ID3v2Frame
Returns true if this frame is read only
getSampleRate() - Method in class helliker.id3.MP3File
Returns the sample rate of this mp3 in Hz.
getSampleRate() - Method in class helliker.id3.MPEGAudioFrameHeader
Returns the sample rate of the mpeg in Hz
getSize() - Method in class helliker.id3.ID3v1Tag
Return the size in bytes of the tag.
getSize() - Method in class helliker.id3.ID3v2ExtendedHeader
Returns the size of the extended header
getSize() - Method in class helliker.id3.ID3v2Tag
Returns the size of this id3v2 tag.
getTagAlterDiscard() - Method in class helliker.id3.ID3v2Frame
Returns true if the tag alter preservation bit has been set.
getTaggingType() - Method in class helliker.id3.MP3File
Returns the currently set tagging type.
getTagSize() - Method in class helliker.id3.ID3v2Footer
Returns the size (in bytes) of the frames and/or extended footer portion of the id3v2 tag according to the size field in the footer.
getTagSize() - Method in class helliker.id3.ID3v2Header
Returns the size (in bytes) of the frames and/or extended header portion of the id3v2 tag according to the size field in the header.
getTextEncode() - Method in class helliker.id3.ID3v2ExtendedHeader
Returns true if the text encode flag is set
getTitle() - Method in class helliker.id3.ID3v1Tag
Return the title field of the tag
getTitle() - Method in class helliker.id3.MP3File
Returns the title of this mp3 if set and the empty string if not.
getTrack() - Method in class helliker.id3.ID3v1Tag
Return the track field of the tag
getTrack() - Method in class helliker.id3.MP3File
Returns the track of this mp3 if set and the empty string if not.
getUnsynchronisation() - Method in class helliker.id3.ID3v2Footer
Returns true if the unsynchronisation bit is set in this footer.
getUnsynchronisation() - Method in class helliker.id3.ID3v2Header
Returns true if the unsynchronisation bit is set in this header.
getUnsynchronised() - Method in class helliker.id3.ID3v2Frame
Returns true if this frame is unsynchronised
getUpdate() - Method in class helliker.id3.ID3v2ExtendedHeader
Returns true if this tag is an update of a previous tag
getUserDefinedURL() - Method in class helliker.id3.MP3File
Returns the user defined url of this mp3 if set and the empty string if not (id3v2 only).
getVersion() - Method in class helliker.id3.MPEGAudioFrameHeader
Return the version of the mpeg in string form.
getYear() - Method in class helliker.id3.ID3v1Tag
Return the year field of the tag
getYear() - Method in class helliker.id3.MP3File
Returns the year of this mp3 if set and the empty string if not.
GROUP_IDENTIFICATION_REGISTRATION - Static variable in class helliker.id3.ID3v2Frames
 

H

headerExists() - Method in class helliker.id3.ID3v2Header
Returns true if a header exists

I

ID3FieldDataException - exception helliker.id3.ID3FieldDataException.
 
ID3FieldDataException() - Constructor for class helliker.id3.ID3FieldDataException
Create an ID3FieldDataException with a default message
ID3FieldDataException(String) - Constructor for class helliker.id3.ID3FieldDataException
Create an ID3FieldDataException with the specified message
ID3V1_ONLY - Static variable in class helliker.id3.MP3File
Write and read from ID3v1 tags only.
id3v1Exists() - Method in class helliker.id3.MP3File
Returns true if an id3v1 tag currently exists.
ID3v1Tag - class helliker.id3.ID3v1Tag.
 
ID3v1Tag(File) - Constructor for class helliker.id3.ID3v1Tag
Create an id3v1tag from the file specified.
ID3V2_ONLY - Static variable in class helliker.id3.MP3File
Write and read from ID3v2 tags only.
id3v2Exists() - Method in class helliker.id3.MP3File
Returns true if an id3v2 tag currently exists.
ID3v2ExtendedHeader - class helliker.id3.ID3v2ExtendedHeader.
 
ID3v2ExtendedHeader(File) - Constructor for class helliker.id3.ID3v2ExtendedHeader
Create an extended header object from the file passed.
ID3v2Footer - class helliker.id3.ID3v2Footer.
 
ID3v2Footer(File, int) - Constructor for class helliker.id3.ID3v2Footer
Creates and id3v2 footer.
ID3v2FormatException - exception helliker.id3.ID3v2FormatException.
 
ID3v2FormatException() - Constructor for class helliker.id3.ID3v2FormatException
Create an ID3v2FormatException with a default message
ID3v2FormatException(String) - Constructor for class helliker.id3.ID3v2FormatException
Create an ID3v2FormatException with a specified message
ID3v2Frame - class helliker.id3.ID3v2Frame.
 
ID3v2Frame(String, byte[]) - Constructor for class helliker.id3.ID3v2Frame
Create and ID3v2 frame with the specified id and data.
ID3v2Frame(String, byte[], boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class helliker.id3.ID3v2Frame
Create an ID3v2Frame with the specified id, data, and flags set.
ID3v2Frame(String, byte[], byte[]) - Constructor for class helliker.id3.ID3v2Frame
Create an ID3v2Frame with a specified id, a byte array containing the frame header flags, and a byte array containing the data for this frame.
ID3v2Frames - class helliker.id3.ID3v2Frames.
 
ID3v2Frames() - Constructor for class helliker.id3.ID3v2Frames
 
ID3v2Header - class helliker.id3.ID3v2Header.
 
ID3v2Header(File) - Constructor for class helliker.id3.ID3v2Header
Create an id3v2header linked to the file passed as a parameter.
ID3v2Tag - class helliker.id3.ID3v2Tag.
 
ID3v2Tag(File) - Constructor for class helliker.id3.ID3v2Tag
Create an id3v2 tag bound to the file provided as a parameter.
INITIAL_KEY - Static variable in class helliker.id3.ID3v2Frames
 
INTERNET_RADIO_STATION_NAME - Static variable in class helliker.id3.ID3v2Frames
 
INTERNET_RADIO_STATION_OWNER - Static variable in class helliker.id3.ID3v2Frames
 
INVOLVED_PEOPLE - Static variable in class helliker.id3.ID3v2Frames
 
isCopyrighted() - Method in class helliker.id3.MPEGAudioFrameHeader
Returns true if the audio is copyrighted
isMP3() - Method in class helliker.id3.MP3File
Returns true if this file is an mp3.
isMP3() - Method in class helliker.id3.MPEGAudioFrameHeader
Returns true if the file passed to the constructor is an mp3 (MPEG layer III).
isMPEGCopyrighted() - Method in class helliker.id3.MP3File
Returns true if this mpeg is copyrighted.
isMPEGOriginal() - Method in class helliker.id3.MP3File
Returns true if this mpeg is the original.
isMPEGProtected() - Method in class helliker.id3.MP3File
Returns true if this mpeg is protected by CRC.
isOriginal() - Method in class helliker.id3.MPEGAudioFrameHeader
Returns true if this is the original media
isProtected() - Method in class helliker.id3.MPEGAudioFrameHeader
Returns true if this mpeg is protected by CRC
ISRC - Static variable in class helliker.id3.ID3v2Frames
 

L

LANGUAGE - Static variable in class helliker.id3.ID3v2Frames
 
LEAD_PERFORMERS - Static variable in class helliker.id3.ID3v2Frames
 
LENGTH - Static variable in class helliker.id3.ID3v2Frames
 
LINKED_INFORMATION - Static variable in class helliker.id3.ID3v2Frames
 
loadFromDirectory(File, boolean) - Method in class helliker.id3.Playlist
Reads in mp3s from a directory and adds them to the this playlist.
loadFromFile(File) - Method in class helliker.id3.Playlist
Reads from an existing winamp playlist and reads in the files contained in that playlist.
LYRICIST - Static variable in class helliker.id3.ID3v2Frames
 

M

matchPattern(byte, String) - Static method in class helliker.id3.BinaryParser
This function takes an 8 character string representation of a byte in binary mode.
MEDIA_TYPE - Static variable in class helliker.id3.ID3v2Frames
 
MOOD - Static variable in class helliker.id3.ID3v2Frames
 
MP3Comparator - class helliker.id3.MP3Comparator.
 
MP3Comparator() - Constructor for class helliker.id3.MP3Comparator
 
MP3File - class helliker.id3.MP3File.
 
MP3File(File) - Constructor for class helliker.id3.MP3File
Create an MP3File object that reads and writes to the specified file.
MP3File(File, int) - Constructor for class helliker.id3.MP3File
Create and MP3File object that reads and writes to the specified file.
MP3File(String) - Constructor for class helliker.id3.MP3File
Create an MP3File object that reads and writes to the file with the filename fn.
MP3File(String, int) - Constructor for class helliker.id3.MP3File
Create an MP3File object that reads and writes to the file with the filename fn.
MP3FileFilter - class helliker.id3.MP3FileFilter.
 
MP3FileFilter() - Constructor for class helliker.id3.MP3FileFilter
Create a default MP3FileFilter.
MP3FileFilter(boolean) - Constructor for class helliker.id3.MP3FileFilter
Create an MP3FileFilter.
MPEG_LOCATION_LOOKUP_TABLE - Static variable in class helliker.id3.ID3v2Frames
 
MPEGAudioFrameHeader - class helliker.id3.MPEGAudioFrameHeader.
 
MPEGAudioFrameHeader(File) - Constructor for class helliker.id3.MPEGAudioFrameHeader
Create an MPEGAudioFrameHeader from the file specified.
MPEGAudioFrameHeader(File, int) - Constructor for class helliker.id3.MPEGAudioFrameHeader
Create an MPEGAudioFrameHeader from the file specified.
MUSIC_CD_IDENTIFIER - Static variable in class helliker.id3.ID3v2Frames
 
MUSICIAN_CREDITS - Static variable in class helliker.id3.ID3v2Frames
 

N

NO_TAGS - Static variable in class helliker.id3.MP3File
Do not write or read from any id3 tags.
NoMPEGFramesException - exception helliker.id3.NoMPEGFramesException.
 
NoMPEGFramesException() - Constructor for class helliker.id3.NoMPEGFramesException
Create a NoMPEGFramesException with a default message.
NoMPEGFramesException(String) - Constructor for class helliker.id3.NoMPEGFramesException
Create a NoMPEGFramesException with a specified message.
NullsoftID3GenreTable - class helliker.id3.NullsoftID3GenreTable.
 
NullsoftID3GenreTable() - Constructor for class helliker.id3.NullsoftID3GenreTable
 

O

OFFICIAL_ARTIST_WEBPAGE_URL - Static variable in class helliker.id3.ID3v2Frames
 
OFFICIAL_FILE_WEBPAGE_URL - Static variable in class helliker.id3.ID3v2Frames
 
OFFICIAL_INTERNET_RADIO_WEBPAGE_URL - Static variable in class helliker.id3.ID3v2Frames
 
OFFICIAL_PUBLISHER_WEBPAGE_URL - Static variable in class helliker.id3.ID3v2Frames
 
OFFICIAL_SOURCE_WEBPAGE_URL - Static variable in class helliker.id3.ID3v2Frames
 
ORIGINAL_ALBUM - Static variable in class helliker.id3.ID3v2Frames
 
ORIGINAL_ARTIST - Static variable in class helliker.id3.ID3v2Frames
 
ORIGINAL_FILENAME - Static variable in class helliker.id3.ID3v2Frames
 
ORIGINAL_LYRICIST - Static variable in class helliker.id3.ID3v2Frames
 
ORIGINAL_RELEASE_TIME - Static variable in class helliker.id3.ID3v2Frames
 
OWNERSHIP_FRAME - Static variable in class helliker.id3.ID3v2Frames
 

P

PART_OF_SET - Static variable in class helliker.id3.ID3v2Frames
 
PAYMENT_URL - Static variable in class helliker.id3.ID3v2Frames
 
PERFORMER_SORT_ORDER - Static variable in class helliker.id3.ID3v2Frames
 
PLAY_COUNTER - Static variable in class helliker.id3.ID3v2Frames
 
Playlist - class helliker.id3.Playlist.
 
PLAYLIST_DELAY - Static variable in class helliker.id3.ID3v2Frames
 
Playlist() - Constructor for class helliker.id3.Playlist
 
PlaylistException - exception helliker.id3.PlaylistException.
 
PlaylistException() - Constructor for class helliker.id3.PlaylistException
Create a PlaylistException with a default message
PlaylistException(String) - Constructor for class helliker.id3.PlaylistException
Create an PlaylistException with a specified message
POPULARIMETER - Static variable in class helliker.id3.ID3v2Frames
 
POSITION_SYNCHRONISATION_FRAME - Static variable in class helliker.id3.ID3v2Frames
 
PRIVATE_FRAME - Static variable in class helliker.id3.ID3v2Frames
 
PRODUCED_NOTICE - Static variable in class helliker.id3.ID3v2Frames
 
PUBLISHER - Static variable in class helliker.id3.ID3v2Frames
 

R

RECOMMENDED_BUFFER_SIZE - Static variable in class helliker.id3.ID3v2Frames
 
RECORDING_TIME - Static variable in class helliker.id3.ID3v2Frames
 
RELATIVE_VOLUME_ADJUSTMENT - Static variable in class helliker.id3.ID3v2Frames
 
RELEASE_TIME - Static variable in class helliker.id3.ID3v2Frames
 
REMIXED_BY - Static variable in class helliker.id3.ID3v2Frames
 
removeFrame(String) - Method in class helliker.id3.ID3v2Tag
Remove the frame with the specified id from the file.
removeTag() - Method in class helliker.id3.ID3v1Tag
Removes the id3v1 tag from the file specified in the constructor
removeTag() - Method in class helliker.id3.ID3v2Tag
Remove an existing id3v2 tag from the file passed to the constructor.
removeTags(int) - Method in class helliker.id3.MP3File
Removes id3 tags from the file.
REVERB - Static variable in class helliker.id3.ID3v2Frames
 

S

SEEK_FRAME - Static variable in class helliker.id3.ID3v2Frames
 
SET_SUBTITLE - Static variable in class helliker.id3.ID3v2Frames
 
setAlbum(String) - Method in class helliker.id3.ID3v1Tag
Set the album field of the tag.
setAlbum(String) - Method in class helliker.id3.MP3File
Set the album of this mp3.
setArtist(String) - Method in class helliker.id3.ID3v1Tag
Set the artist field of the tag.
setArtist(String) - Method in class helliker.id3.MP3File
Set the artist of this mp3.
setBit(byte, int) - Static method in class helliker.id3.BinaryParser
Sets the bit at the specified location in the byte given.
setComment(String) - Method in class helliker.id3.ID3v1Tag
Set the comment field of the tag.
setComment(String) - Method in class helliker.id3.MP3File
Add a comment to this mp3.
setCommentFrame(String, String) - Method in class helliker.id3.ID3v2Tag
Set the data contained in the comments frame (COMM).
setComposer(String) - Method in class helliker.id3.MP3File
Set the composer of this mp3 (id3v2 only).
setCopyrightInfo(String) - Method in class helliker.id3.MP3File
Add some copyright information to this mp3 (id3v2 only).
setEncodedBy(String) - Method in class helliker.id3.MP3File
Set who encoded the mp3 (id3v2 only).
setExperimental(boolean) - Method in class helliker.id3.ID3v2Footer
Set the value of the experimental bit of this footer.
setExperimental(boolean) - Method in class helliker.id3.ID3v2Header
Set the value of the experimental bit of this header.
setExtendedFooter(boolean) - Method in class helliker.id3.ID3v2Footer
Set the value of the extended footer bit of this footer.
setExtendedHeader(boolean) - Method in class helliker.id3.ID3v2Header
Set the value of the extended header bit of this header.
setFooter(boolean) - Method in class helliker.id3.ID3v2Footer
Sets the value of the footer bit for this footer.
setFooter(boolean) - Method in class helliker.id3.ID3v2Header
Sets the value of the footer bit for this header.
setFrameData(byte[]) - Method in class helliker.id3.ID3v2Frame
Set the data for this frame.
setFrameData(String, byte[]) - Method in class helliker.id3.MP3File
Set the data of the frame specified by the id (id3v2 only).
setGenre(int) - Method in class helliker.id3.ID3v1Tag
Set the genre field of the tag.
setGenre(String) - Method in class helliker.id3.MP3File
Set the genre of this mp3.
setGenreString(String) - Method in class helliker.id3.ID3v1Tag
Attempt to set the genre value of this tag from the string specified.
setOriginalArtist(String) - Method in class helliker.id3.MP3File
Set the original artist of this mp3 (id3v2 only).
setPadding(int) - Method in class helliker.id3.ID3v2Tag
Set the amount of padding to use when writing this tag.
setTaggingType(int) - Method in class helliker.id3.MP3File
Set the tagging type.
setTagSize(int) - Method in class helliker.id3.ID3v2Footer
Sets the size of the frames and/or extended footer.
setTagSize(int) - Method in class helliker.id3.ID3v2Header
Sets the size of the frames and/or extended header.
setTextFrame(String, String) - Method in class helliker.id3.ID3v2Tag
Set the data contained in a text frame.
setTextFrame(String, String) - Method in class helliker.id3.MP3File
Set the text of the text frame specified by the id (id3v2 only).
setTitle(String) - Method in class helliker.id3.ID3v1Tag
Set the title field of the tag.
setTitle(String) - Method in class helliker.id3.MP3File
Set the title of this mp3.
setTrack(int) - Method in class helliker.id3.ID3v1Tag
Set the track field of the tag.
setTrack(int) - Method in class helliker.id3.MP3File
Set the track number of this mp3.
setUnsynchronisation(boolean) - Method in class helliker.id3.ID3v2Footer
Set the unsynchronisation flag for this footer.
setUnsynchronisation(boolean) - Method in class helliker.id3.ID3v2Header
Set the unsynchronisation flag for this header.
setURLFrame(String, String) - Method in class helliker.id3.ID3v2Tag
Set the data contained in a URL frame.
setUserDefinedText(String, String) - Method in class helliker.id3.MP3File
Add a field of miscellaneous text (id3v2 only).
setUserDefinedTextFrame(String, String) - Method in class helliker.id3.ID3v2Tag
Sets the data contained in the user defined text frame (TXXX).
setUserDefinedURL(String, String) - Method in class helliker.id3.MP3File
Add a link to this mp3 (id3v2 only).
setUserDefinedURLFrame(String, String) - Method in class helliker.id3.ID3v2Tag
Sets the data contained in the user defined url frame (WXXX).
setYear(String) - Method in class helliker.id3.ID3v1Tag
Set the year field of the tag.
setYear(String) - Method in class helliker.id3.MP3File
Set the year of this mp3.
SIGNATURE_FRAME - Static variable in class helliker.id3.ID3v2Frames
 
SOFTWARE_HARDWARE_SETTINGS - Static variable in class helliker.id3.ID3v2Frames
 
SUBTITLE - Static variable in class helliker.id3.ID3v2Frames
 
SYNCHRONISED_LYRIC - Static variable in class helliker.id3.ID3v2Frames
 
SYNCHRONISED_TEMPO_CODES - Static variable in class helliker.id3.ID3v2Frames
 

T

tagExists() - Method in class helliker.id3.ID3v1Tag
Checks if a tag exists
tagExists() - Method in class helliker.id3.ID3v2Tag
Returns true if an id3v2 tag exists in the file that was passed to the constructor and false otherwise
TAGGING_TIME - Static variable in class helliker.id3.ID3v2Frames
 
TERMS_OF_USE - Static variable in class helliker.id3.ID3v2Frames
 
TITLE - Static variable in class helliker.id3.ID3v2Frames
 
TITLE_SORT_ORDER - Static variable in class helliker.id3.ID3v2Frames
 
toString() - Method in class helliker.id3.ID3v1Tag
 
toString() - Method in class helliker.id3.ID3v2ExtendedHeader
Returns a string representation of this object that contains all information within.
toString() - Method in class helliker.id3.ID3v2Footer
Return a string representation of this object.
toString() - Method in class helliker.id3.ID3v2Frame
Return a string representation of this object that contains all the information contained within it.
toString() - Method in class helliker.id3.ID3v2Frames
Returns a string representation of this object.
toString() - Method in class helliker.id3.ID3v2Header
Return a string representation of this object.
toString() - Method in class helliker.id3.ID3v2Tag
Return a string representation of this object.
toString() - Method in class helliker.id3.MP3File
Return a string representation of this object.
toString() - Method in class helliker.id3.MPEGAudioFrameHeader
Return a string representation of this object.
toString() - Method in class helliker.id3.Playlist
Return a string representation of this object.
TRACK_NUMBER - Static variable in class helliker.id3.ID3v2Frames
 

U

UNIQUE_FILE_IDENTIFIER - Static variable in class helliker.id3.ID3v2Frames
 
UNSYNCHRONISED_LYRIC_TRANSCRIPTION - Static variable in class helliker.id3.ID3v2Frames
 
updateFrameData(String, byte[]) - Method in class helliker.id3.ID3v2Tag
Updates the data for the frame specified by id.
USER_DEFINED_TEXT_INFO - Static variable in class helliker.id3.ID3v2Frames
 
USER_DEFINED_URL - Static variable in class helliker.id3.ID3v2Frames
 

W

writeTag() - Method in class helliker.id3.ID3v1Tag
Writes the information in this tag to the file specified in the constructor.
writeTag() - Method in class helliker.id3.ID3v2Tag
Saves all the information in the tag to the file passed to the constructor.
writeTags() - Method in class helliker.id3.MP3File
Writes the current state of the id3 tags to the file.
writeToFile(File) - Method in class helliker.id3.Playlist
Creates a winamp styled playlist from the MP3Files contained in this playlist.

Y

YEAR - Static variable in class helliker.id3.ID3v2Frames
 

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