Spore ModAPI/Spore/IO/StreamNull.h file

Namespaces

namespace IO
Classes to work with file input/output, that is, reading and writing data into files.

Classes

class IO::StreamNull
Implements a 'bit bucket' stream, whereby all writes to the stream succeed but do nothing and all reads from the stream succeed but write nothing to the user-supplied buffer.