NullStream Class Reference
[Streams]

A stream that drops its input and reads 0 bytes. More...

#include <NullStream.h>

Inheritance diagram for NullStream:
spl::IStream IMemoryValidate

List of all members.

Public Member Functions

virtual void Close ()
virtual void Flush ()
virtual int Read (Array< byte > &buffer, const int offset, int count)
virtual int ReadByte ()
virtual long Seek (const long offset, const SeekOrigin origin)
virtual void Write (const Array< byte > &buffer, const int offset, const int count)
virtual void WriteByte (byte value)
virtual bool CanRead () const
virtual bool CanSeek () const
virtual bool CanWrite () const
virtual long Length () const
virtual long Position () const
virtual void ValidateMem () const
virtual void CheckMem () const

Detailed Description

A stream that drops its input and reads 0 bytes.

Definition at line 37 of file NullStream.h.


The documentation for this class was generated from the following files: