Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Advanced Tools Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWChainedUCharArrayOutputStreamImp

Module:  Advanced Tools   Package:  Streams


RWChainedUCharArrayOutputStreamImp RWUCharArrayOutputStreamImp  RWUCharOutputStreamImp RWOutputStreamImp RWStreamImp RWBodyBase

Local Index

Members

Header File

#include <rw/stream/RWChainedUCharArrayOutputStreamImp.h>

Description

Concrete class implementing the UTF-16 character array output stream interface. UTF-16 characters inserted into an instance of class RWChainedUCharArrayOutputStreamImp are stored in memory using an instance of class RWChainedMemoryStreambuf. Implements the body idiom from the handle-body pattern.

Protected Constructor

RWChainedUCharArrayOutputStreamImp();

Public Destructor

virtual 
~RWChainedUCharArrayOutputStreamImp();

Static Public Member Function

static RWUCharArrayOutputStream 
make();

Public Member Functions

virtual void 
clear();
virtual void 
close();
virtual void 
flush();
virtual RWSize 
getUCharacterArraySize() const;
virtual RWUChar* 
getUCharacterArray();
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);

Protected Member Functions

RWChainedMemoryStreambuf& 
getSinkBuff();

const RWChainedMemoryStreambuf& 
getSinkBuff() const;


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright 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.
Contact Rogue Wave about documentation or support issues.