| Package | Description |
|---|---|
| com.samskivert.net.cddb |
Routines for accessing a CDDB server.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CDDB.connect(String hostname)
Connects this CDDB instance to the CDDB server running on the supplied host using the
standard port, name and version.
|
String |
CDDB.connect(String hostname,
int port)
Connects this CDDB instance to the CDDB server running on the supplied host using the
specified port and default client name and version.
|
String |
CDDB.connect(String hostname,
int port,
String clientName,
String clientVersion)
Connects this CDDB instance to the CDDB server running on the supplied host using the
specified port.
|
String[] |
CDDB.lscat()
Fetches and returns the list of categories supported by the server.
|
void |
CDDB.Entry.parse(String source)
Parses values for this entry from the supplied source string.
|
CDDB.Entry[] |
CDDB.query(String discid,
int[] frameOffsets,
int length)
Issues a query to the CDDB server using the supplied CD identifying information.
|
CDDB.Detail |
CDDB.read(String category,
String discid)
Requests the detail information for a particular disc in a particular category from the CDDB
server.
|
Copyright © 2015. All rights reserved.