Module vibe.stream.counting
Classes
Class name | Description |
---|---|
CountingInputStream | Wraps an existing input stream, counting the bytes that are written. |
CountingOutputStream | Wraps an existing output stream, counting the bytes that are written. |
LimitException | |
LimitedInputStream | Wraps an existing stream, limiting the amount of data that can be read . |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.