Torque3D Documentation / _generateds / GenericStreamWrapper

GenericStreamWrapper

Engine/source/persistence/rapidjson/stream.h

A Stream Wrapper.

More...

Public Types

Encoding::Ch
Ch 

Protected Attributes

InputStream &

Public Functions

GenericStreamWrapper(InputStream & is)
bool
Peek()
Put(Ch ch)
size_t
PutEnd(Ch * ch)
Take()
size_t
Tell()

Detailed Description

A Stream Wrapper.

\tThis string stream is a wrapper for any stream by just forwarding any \treceived message to the origin stream.

note:

implements Stream concept

Public Types

typedef Encoding::Ch Ch 

Protected Attributes

InputStream & is_ 

Public Functions

GenericStreamWrapper(InputStream & is)

Flush()

GetType()

HasBOM()

Peek()

Peek4()

Put(Ch ch)

PutBegin()

PutEnd(Ch * ch)

Take()

Tell()