OmEspHelpers
Public Member Functions | Public Attributes | List of all members
OmIByteStream Class Reference

#include <OmXmlWriter.h>

Inheritance diagram for OmIByteStream:
OmBase64Stream OmBitmap1BmpStream OmBitmap24BmpStream OmPrintfStream OmWebServer OmXmlWriter XmlContentEscaper

Public Member Functions

virtual bool put (uint8_t ch)
 emit a single byte, overridden by any implementation
 
virtual bool done ()
 
virtual bool putS (const char *s)
 convenience routine, same as put byte-by-byte.
 

Public Attributes

bool isDone = false
 

Detailed Description

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


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