vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.stream.bufferedstream

Implements a buffered random access wrapper stream.

Functions

NameDescription
bufferedStream(stream, buffer_size, buffer_count) Creates a new buffered stream wrapper.

Structs

NameDescription
BufferedStream Random access stream that provides buffering on top of a wrapped stream.
Authors

Sönke Ludwig

Copyright

© 2020-2021 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.