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

RWUCharInputStreamImp

Module:  Advanced Tools   Package:  Streams


RWUCharInputStreamImp RWInputStreamImp RWStreamImp RWBodyBase

Local Index

Members

Header File

#include <rw/stream/RWUCharInputStreamImp.h>

Description

Abstract base class for all the Unicode character input stream implementation classes. Implements the body idiom from the handle-body pattern.

Protected Constructor

RWUCharInputStreamImp();

Public Destructor

virtual 
~RWUCharInputStreamImp();

Public Member Functions

virtual RWUCharInputStream 
acquire();
virtual RWUChar 
read() =0;
virtual RWSize 
read(RWUChar* unicodeArray, RWSize numUChars) =0;
virtual RWSize 
readUntil(RWUChar* unicodeArray, RWSize maxSize, 
RWUChar delim) =0;
virtual void 
release();


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.