A C D E F G M S

A

add(byte[], byte[]) - Method in class com.strangegizmo.cdb.CdbMake
Adds a key to the constant database.

C

cdb - package cdb
 
Cdb - class com.strangegizmo.cdb.Cdb.
Cdb implements a Java interface to D. J. Bernstein's CDB database.
Cdb(String) - Constructor for class com.strangegizmo.cdb.Cdb
Creates an instance of the Cdb class and loads the given CDB file.
CdbElement - class com.strangegizmo.cdb.CdbElement.
CdbElement represents a single element in a constant database.
CdbElement(byte[], byte[]) - Constructor for class com.strangegizmo.cdb.CdbElement
Creates an instance of the CdbElement class and initializes it with the given key and data values.
CdbMake - class com.strangegizmo.cdb.CdbMake.
CdbMake implements the database-creation side of D. J. Bernstein's constant database package.
CdbMake() - Constructor for class com.strangegizmo.cdb.CdbMake
Constructs a CdbMake object and prepares it for the creation of a constant database.
close() - Method in class com.strangegizmo.cdb.Cdb
Closes the CDB database.
com.strangegizmo.cdb - package com.strangegizmo.cdb
 

D

dump - class cdb.dump.
The cdb.dump program is a command-line tool which is used to dump the values stored in a constant database.
dump() - Constructor for class cdb.dump
 

E

elements(String) - Static method in class com.strangegizmo.cdb.Cdb
Returns an Enumeration containing a CdbElement for each entry in the constant database.

F

find(byte[]) - Method in class com.strangegizmo.cdb.Cdb
Finds the first record stored under the given key.
findnext(byte[]) - Method in class com.strangegizmo.cdb.Cdb
Finds the next record stored under the given key.
findstart(byte[]) - Method in class com.strangegizmo.cdb.Cdb
Prepares the class to search for the given key.
finish() - Method in class com.strangegizmo.cdb.CdbMake
Finalizes the constant database.

G

get - class cdb.get.
The cdb.get program is a command-line tool which is used to retrieve data from a constant database.
get() - Constructor for class cdb.get
 
getData() - Method in class com.strangegizmo.cdb.CdbElement
Returns this element's data.
getKey() - Method in class com.strangegizmo.cdb.CdbElement
Returns this element's key.

M

main(String[]) - Static method in class cdb.get
 
main(String[]) - Static method in class cdb.dump
 
main(String[]) - Static method in class cdb.make
 
make - class cdb.make.
The cdb.make program is a command-line tool which is used to create a constant database.
make() - Constructor for class cdb.make
 
make(InputStream, String, String) - Static method in class com.strangegizmo.cdb.CdbMake
Builds a CDB file from a CDB-format InputStream.
make(InputStream, String, String, Cdb) - Static method in class com.strangegizmo.cdb.CdbMake
Builds a CDB file from a CDB-format InputStream, excluding records with data matching keys in `ignoreCdb'.
make(String, String, String) - Static method in class com.strangegizmo.cdb.CdbMake
Builds a CDB file from a CDB-format text file.
make(String, String, String, Cdb) - Static method in class com.strangegizmo.cdb.CdbMake
Builds a CDB file from a CDB-format text file, excluding records with data matching keys in `ignoreCdb'.

S

start(String) - Method in class com.strangegizmo.cdb.CdbMake
Begins the constant database creation process.

A C D E F G M S