Utilities for streams. More...
#include <Streams.hpp>
Static Public Member Functions | |
static void | consume (std::ostream &dst, std::istream &src) |
Consume all the data from the supplied input stream into the supplied output stream. More... | |
static std::vector< std::string > | readLinesToVector (std::istream &inputStream) |
Read all lines of text from the supplied input stream into a vector. More... | |
Utilities for streams.
|
inlinestatic |
Consume all the data from the supplied input stream into the supplied output stream.
|
inlinestatic |
Read all lines of text from the supplied input stream into a vector.