| Class | Description |
|---|---|
| CountingInputStream |
A decorating input stream that counts the number of bytes that have passed
through the stream so far.
|
| CountingOutputStream |
A decorating output stream that counts the number of bytes that have passed
through the stream so far.
|
| LifecycleMetric |
Abstract class for code that wishes to be instrumented
|
| ProxyInputStream |
A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.
|
| ProxyOutputStream |
A Proxy stream which acts as expected, that is it passes the method
calls on to the proxied stream and doesn't change which methods are
being called.
|