![]() SourcePro C++ 13.0 |
SourcePro® C++ API Reference Guide |
Product Documentation: SourcePro C++ Documentation Home |
Abstract base class for all the filtered UTF-16 output stream implementation classes. More...
#include <rw/stream/RWFilteredUCharOutputStreamImp.h>
Public Member Functions | |
| virtual | ~RWFilteredUCharOutputStreamImp () |
| virtual void | close () |
| virtual void | flush () |
| virtual bool | isBad () const |
| virtual bool | isFail () const |
| virtual bool | isGood () const |
| virtual void | write (RWUChar unicodeValue) |
| virtual void | write (const RWUChar *unicodeArray, RWSize numUChars) |
Public Member Functions inherited from RWUCharOutputStreamImp | |
| virtual | ~RWUCharOutputStreamImp () |
| virtual RWUCharOutputStream | acquire () |
| virtual void | release () |
Public Member Functions inherited from RWOutputStreamImp | |
| virtual | ~RWOutputStreamImp () |
Public Member Functions inherited from RWStreamImp | |
| virtual | ~RWStreamImp () |
Additional Inherited Members |
Abstract base class for all the filtered UTF-16 output stream implementation classes. A filtered output stream is a stream that process elements and then forwards the result to another stream for further processing. Implements the body idiom from the handle-body pattern.
|
virtual |
Destructor.
|
inlineprotected |
Used by derived classes to initialize the next processing stream.
| sinkStream | A handle to the next processing stream. |
|
virtual |
Forwards the close() request to the next processing stream.
Reimplemented from RWOutputStreamImp.
|
virtual |
Forwards the flush() request to the next processing stream.
Implements RWOutputStreamImp.
|
inlineprotected |
Returns a handle to the next processing stream. Throws no exceptions.
|
inlineprotected |
Returns a handle to the next processing stream. Throws no exceptions.
|
virtual |
Forwards the isBad() request to the next processing stream. Throws no exceptions.
Implements RWStreamImp.
|
virtual |
Forwards the isFail() request to the next processing stream. Throws no exceptions.
Implements RWStreamImp.
|
virtual |
Forwards the isGood() request to the next processing stream. Throws no exceptions.
Implements RWStreamImp.
|
virtual |
Forwards the writing of a single UTF-16 character to the next processing stream.
| unicodeValue | The unicode character to be written. |
Implements RWUCharOutputStreamImp.
|
virtual |
Forwards the writing of an array of UTF-16 characters to the next processing stream.
| unicodeArray | A pointer to the first element of the array. |
| numUChars | The number of unicode character(s) to be written to the stream. |
Implements RWUCharOutputStreamImp.
Copyright © 2014 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.