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

RWUCharInputStream

Module:  Advanced Tools   Package:  Streams


RWUCharInputStream RWHandleBase

Local Index

Members

Non-Members

Header File

#include <rw/stream/RWUCharInputStream.h>

Description

Handle class for all the UTF-16 character input stream implementation classes. Implements the handle idiom from the handle-body pattern.

Public Constructors

RW_EXPLICIT
RWUCharInputStream(RWUCharInputStreamImp* body);
RWUCharInputStream(const RWUCharInputStream& handle);

Public Operators

RWUCharInputStream 
operator>>(RWUCharInputStream (*pf)(RWUCharInputStream&));
RWUCharInputStream& 
operator=(const RWUCharInputStream& handle);
RWUCharInputStream& 
operator>>(RWUChar& unicodeValue);
RWUCharInputStream& 
operator>>(RWUCharInputStream& (*pf)(RWUCharInputStream&));

Public Member Functions

RWSize 
available() const;
void 
close();
bool 
isBad() const;
bool 
isEof() const;
bool 
isFail() const;
bool 
isGood() const;
RWUChar 
read();
RWSize 
read(RWUChar* unicodeArray, RWSize numUChars);
RWSize 
readUntil(RWUChar* unicodeArray, RWSize maxSize, 
RWUChar delim);
RWSize 
skip(RWSize numUnits);

Related Global Functions

RWUCharInputStream& 
rwDisc(RWUCharInputStream& stream);


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.