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

RWUCharArrayOutputStream

Module:  Advanced Tools   Package:  Streams


RWUCharArrayOutputStream RWUCharOutputStream RWHandleBase

Local Index

Members

Header File

#include <rw/stream/RWUCharArrayOutputStream.h>

Description

Handle class for Unicode character output streams that support an extended interface. This interface allows retrieval of the output streams' inserted data as a UTF-16 character array. Implements the handle idiom from the handle-body pattern.


NOTE -- All Unicode-named variables, such as UChar or unicodeArray refer to the Unicode form UTF-16.

Public Constructors

RW_EXPLICIT
RWUCharArrayOutputStream(RWUCharArrayOutputStreamImp* body);
RWUCharArrayOutputStream(const RWUCharArrayOutputStream&
handle);

Public Operator

RWUCharArrayOutputStream& 
operator=(const RWUCharArrayOutputStream& handle);

Public Member Functions

void 
clear();
RWUChar* 
getUCharacterArray();
RWSize 
getUCharacterArraySize() 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.