|
Class Summary |
| ByteVector |
This class can conveniently be used as a replacement for the JDK's
ByteArrayInputStream and ByteArrayOutputStream
classes. |
| ByteVector.ByteArray |
|
| ByteVectorInputStream |
This class implements an InputStream over the ByteVector
class. |
| ByteVectorOutputStream |
This class implements an OutputStream over a ByteVector. |
| Localhost |
This class provides a utility method that can be used to retrieve the
IP address of this host. |
| NullDebug |
A Debug implementation that outputs nothing. |
| Queue |
A basic FIFO datastructure. |
| StartStopLock |
An instance of this class is used to synchronized start/stop operations. |
| StdoutDebug |
A Debug implementation that logs to stdout. |