Class | Description |
---|---|
ArrayOps |
Purpose:
Simple operations on arrays.
|
BufferedInflaterInputStream |
This class is useful to reduce the decompression overhead that comes from reading
from a
InflaterInputStream a few bytes at a time. |
CL_Initializer |
Purpose:
Parses command line arguments common to many of the Camino applications
and sets up the common objects.
|
DB |
Purpose:
Contains printIfVerbose used for debugging.
|
EndianNeutralDataInputStream | |
FileInput |
A simple input class to read values from a file of characters.
|
FileOutput |
A simple output class to write values to a file of characters.
|
KeyboardInput | |
LEFilterInputStream |
A little-endian input stream reads two's complement,
little-endian integers, floating-point numbers, and characters
and returns them as Java primitive types.
|
LEFilterOutputStream |
A little endian output stream writes primitive Java numbers
and characters to an output stream in a little endian format.
|