| Interface | Description |
|---|---|
| LogBackEnd |
LogBackEnds may be registered with the Log class to receive log messages.
|
| Class | Description |
|---|---|
| Base64 |
Provides encoding of raw bytes to base64-encoded characters, and
decoding of base64 characters to raw bytes.
|
| ExceptionPrintWriter |
A PrintWriter that may be used when calling printStackTrace() to display a more brief
exception description.
|
| Log |
A simple logging service that may be backed up with various storage devices and other
types of logging devices (like the console or a socket).
|
| Log.DefaultLogBackEnd |
The default back end sends information to the console.
|
| ServerInputStream |
The input stream returns -1 when the amount of bytes specified at construction
has been read.
|
| Trace |
Contains compilation flags and debug types.
|