Module vibe.stream.wrapper
Stream proxy and wrapper facilities.
Classes
Name | Description |
---|---|
ConnectionProxyStream
|
Special kind of proxy stream for streams nested in a ConnectionStream. |
ProxyStream
|
Provides a way to access varying streams using a constant stream reference. |
Structs
Name | Description |
---|---|
StreamInputRange
|
Implements an input range interface on top of an InputStream using an internal buffer. |
StreamOutputRange
|
Implements a buffered output range interface on top of an OutputStream. |
Authors
Sönke Ludwig
Copyright
© 2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.