Contents
Stream utilities

Overview

This header provides user friendly stream utility functions, defined within the Balau::Util::Streams namespace.

Quick start

#include <Balau/Util/Streams.hpp>

The following functions are currently implemented. More information is available on the API documentation page.

Function name Description
consume Consume all the data from the supplied input stream into the supplied output stream.
readLinesToVector Read all lines of text from the supplied input stream into a vector.