OmIByteStream

Declared In:

Introduction

Interface for streaming byte output. Can be chained together, and used as a destination by OmXmlWriter



Member Functions

put

emit a single byte, overridden by any implementation

putS

convenience routine, same as put byte-by-byte.


put


emit a single byte, overridden by any implementation

public

virtual bool put( uint8_t ch)

putS


convenience routine, same as put byte-by-byte.

public

virtual bool putS( const char *s)