Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G I L M P Q R S T V

A

album - Variable in class entagged.freedb.FreeDBQueryResult
Contains the album name of this result
album - Variable in class entagged.freedb.FreeDBReadResult
Holds the Album of this result
artist - Variable in class entagged.freedb.FreeDBQueryResult
Contains the Artist name of this result
artist - Variable in class entagged.freedb.FreeDBReadResult
Holds the Artist of this result

C

cddb_discid(MP3Album) - Static method in class entagged.freedb.FreeDBIDCalculator
Computes the Disc ID of the given MP3Album
cddb_sum(int) - Static method in class entagged.freedb.FreeDBIDCalculator
Computes the sum of all the digits in n again and again until it gives one digit
clientDomain - Variable in class entagged.freedb.FreeDBConnection
The client e-mail address domain
clientLogin - Variable in class entagged.freedb.FreeDBConnection
The client e-mail address
concat(String, int) - Method in class entagged.freedb.FreeDBParser.ExtensibleStringList
Concatenates a bit of string in the given box and set the modified flag
content - Variable in class entagged.freedb.FreeDBParser.ExtensibleStringListElement
The content of this box

D

DGENRE - Variable in class entagged.freedb.FreeDBReadResult
Holds the ID3 Genre of this result
DISCID - Variable in class entagged.freedb.FreeDBReadResult
Holds the freedb Disc ID of this result
DYEAR - Variable in class entagged.freedb.FreeDBReadResult
Holds the Year of this result

E

EXTD - Variable in class entagged.freedb.FreeDBReadResult
Holds the Extended data of this result
EXTT - Variable in class entagged.freedb.FreeDBReadResult
Holds an array of extended comments for each track of this result
entagged.freedb - package entagged.freedb
 

F

FreeDBConnection - class entagged.freedb.FreeDBConnection.
Creates a connection socket to the freedb server cgi script and eventually query it $Id: FreeDBConnection.java,v 1.4 2003/10/02 17:37:30 kikidonk Exp $
FreeDBConnection() - Constructor for class entagged.freedb.FreeDBConnection
 
FreeDBIDCalculator - class entagged.freedb.FreeDBIDCalculator.
Creates a freedb discID calculator and eventually compute the ID of some MP3Albums $Id: FreeDBIDCalculator.java,v 1.4 2003/10/02 17:37:30 kikidonk Exp $
FreeDBIDCalculator() - Constructor for class entagged.freedb.FreeDBIDCalculator
 
FreeDBParser - class entagged.freedb.FreeDBParser.
A Helper Class to Parse a predetermined response (read or query for now) from the freedb server.
FreeDBParser() - Constructor for class entagged.freedb.FreeDBParser
 
FreeDBParser.ExtensibleStringList - class entagged.freedb.FreeDBParser.ExtensibleStringList.
Creates a special data structure that allows to concatenate multiples strings at once.
FreeDBParser.ExtensibleStringList(int) - Constructor for class entagged.freedb.FreeDBParser.ExtensibleStringList
 
FreeDBParser.ExtensibleStringListElement - class entagged.freedb.FreeDBParser.ExtensibleStringListElement.
Creates an Element of the Extensible List that contains a String and a flag.
FreeDBParser.ExtensibleStringListElement(String) - Constructor for class entagged.freedb.FreeDBParser.ExtensibleStringListElement
Creates a new Box with the given String
FreeDBQueryResult - class entagged.freedb.FreeDBQueryResult.
Creates a representation of a freedb Query Result $Id: FreeDBQueryResult.java,v 1.2 2003/09/22 14:20:45 kikidonk Exp $
FreeDBQueryResult(String) - Constructor for class entagged.freedb.FreeDBQueryResult
Creates a result with a single response from the freedb server
FreeDBReadResult - class entagged.freedb.FreeDBReadResult.
Represent a freedb server Read result and defines method to access the data collected $Id: FreeDBReadResult.java,v 1.3 2003/09/22 14:20:45 kikidonk Exp $
FreeDBReadResult(Object[]) - Constructor for class entagged.freedb.FreeDBReadResult
Creates a Read result object
freeDBGenre - Variable in class entagged.freedb.FreeDBQueryResult
Contains the freedb Genre of this result

G

get(int) - Method in class entagged.freedb.FreeDBParser.ExtensibleStringList
Gets the current String in the given box
getAlbum() - Method in class entagged.freedb.FreeDBQueryResult
 
getAlbum() - Method in class entagged.freedb.FreeDBReadResult
Gets the album attribute of the FreeDBReadResult object
getArtist() - Method in class entagged.freedb.FreeDBQueryResult
 
getArtist() - Method in class entagged.freedb.FreeDBReadResult
Gets the artist attribute of the FreeDBReadResult object
getCommand(MP3Album) - Method in class entagged.freedb.FreeDBIDCalculator
Creates the String that has to be sent to the freedb server to query about the given album
getCommand() - Method in class entagged.freedb.FreeDBQueryResult
Creates the Read command to send to the freedb server to read this result
getContent() - Method in class entagged.freedb.FreeDBParser.ExtensibleStringListElement
Get the Content of this Box
getExtendedCDData() - Method in class entagged.freedb.FreeDBReadResult
Gets the extendedCDData attribute of the FreeDBReadResult object
getExtendedTracksData() - Method in class entagged.freedb.FreeDBReadResult
Gets the extendedTracksData attribute of the FreeDBReadResult object
getFormattedTrackNumber(int) - Method in class entagged.freedb.FreeDBReadResult
Gets the given formatted TrackNumber
getGenre() - Method in class entagged.freedb.FreeDBQueryResult
 
getGenre() - Method in class entagged.freedb.FreeDBReadResult
Gets the genre attribute of the FreeDBReadResult object
getHexadecimalValue(long) - Method in class entagged.freedb.FreeDBIDCalculator
Transforms a long value into an hexadecimal string
getID() - Method in class entagged.freedb.FreeDBQueryResult
 
getID() - Method in class entagged.freedb.FreeDBReadResult
Gets the iD attribute of the FreeDBReadResult object
getID3v1Tag(int) - Method in class entagged.freedb.FreeDBReadResult
Gets the iD3v1Tag attribute of the FreeDBReadResult object
getID3v2Tag(int) - Method in class entagged.freedb.FreeDBReadResult
Gets the iD3v2Tag attribute of the FreeDBReadResult object
getTrackNumber(int) - Method in class entagged.freedb.FreeDBReadResult
Gets the given track Number
getTracksTitle() - Method in class entagged.freedb.FreeDBReadResult
Gets the tracksTitle attribute of the FreeDBReadResult object
getYear() - Method in class entagged.freedb.FreeDBReadResult
Gets the year attribute of the FreeDBReadResult object

I

id - Variable in class entagged.freedb.FreeDBQueryResult
Contains the disc ID of this result
isModified() - Method in class entagged.freedb.FreeDBParser.ExtensibleStringListElement
Get the value of the Flag for this Box

L

l - Variable in class entagged.freedb.FreeDBParser.ExtensibleStringList
An array of of elements contained in this List

M

modified - Variable in class entagged.freedb.FreeDBParser.ExtensibleStringListElement
Flag indicating if this box has been filled

P

PLAYORDER - Variable in class entagged.freedb.FreeDBReadResult
Holds the Play order of this result

Q

query(String) - Method in class entagged.freedb.FreeDBConnection
Execute a query to the freedb server

R

readQueryAnswer(String) - Static method in class entagged.freedb.FreeDBParser
Parses a Query result from the freedb server and return all the matches.
readReadAnswer(String) - Static method in class entagged.freedb.FreeDBParser
Parses a Read result from the freedb server and returns the details of the read result.

S

setContent(String) - Method in class entagged.freedb.FreeDBParser.ExtensibleStringListElement
Set a new string in this box
setModified() - Method in class entagged.freedb.FreeDBParser.ExtensibleStringListElement
Set the modified Flag to true for this Box meaning that a content has been added

T

TITLE - Variable in class entagged.freedb.FreeDBReadResult
Holds an array of track titles for each track of this result
toString() - Method in class entagged.freedb.FreeDBQueryResult
 
toString() - Method in class entagged.freedb.FreeDBReadResult
Create a string representation of this result
totalTracks - Variable in class entagged.freedb.FreeDBReadResult
Contains the total number of tracks in this Read result
trim() - Method in class entagged.freedb.FreeDBParser.ExtensibleStringList
Trim the current Elements array into a new array that fits exactly the modified elements

V

validElements - Variable in class entagged.freedb.FreeDBParser.ExtensibleStringList
The number of filled boxes

A C D E F G I L M P Q R S T V