#include "../Types/Types.hpp"
#include "../Strings/Strings.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Stream |
Classes | |
class | Stream::BaseStream |
The Stream interface that must be supported in child classes. More... | |
class | Stream::InputFileStream |
A File-based input stream. More... | |
class | Stream::InputStream |
The base input stream interface. More... | |
class | Stream::LineSplitStream< String > |
An interface version that can split the input in lines. More... | |
class | Stream::MemoryBlockStream |
A buffered input stream based on a existing memory block. More... | |
class | Stream::MemoryBufferedStream |
A buffered File-based input stream. More... | |
class | Stream::OutputStream |
The base output stream interface. More... |