|
Class Summary |
| ClassFactory |
This util class provides methods needed by class construction factories. |
| CountingOutputStream |
A filter output stream which counts the bytes sent to the stream. |
| DevNullOutputStream |
An OutputStream which simply discards all data written to it. |
| LimitInputStream |
Implements a bounds on the number of bytes which may be read from an
InputStream. |
| MarkProhibitedFilterStream |
Implements a filter which disables the mark() feature of an input stream. |
| SimpleRdvManager |
This class implements a very simple RendezVousService manager |
| SimpleRdvMonitor |
This class implements a very simple RendezVousService Monitor |
| StringEnumeration |
Like Enumeration but adds nextString() which is just
like nextObject() except it returns a String. |