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

RWFilteredUCharInputStreamImp

Module:  Advanced Tools   Package:  Streams


RWFilteredUCharInputStreamImp RWUCharInputStreamImp RWInputStreamImp RWStreamImp RWBodyBase

Local Index

Members

Header File

#include <rw/stream/RWFilteredUCharInputStreamImp.h>

Description

Abstract base class for all the filtered UTF-16 character input stream implementation classes. A filtered input stream is a stream that uses its attached input stream as the source of elements to its own functions. Implements the body idiom from the handle-body pattern.

Protected Constructor

RWFilteredUCharInputStreamImp(RWUCharInputStream&
sourceStream);

Public Destructor

virtual 
~RWFilteredUCharInputStreamImp();

Public Member Functions

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

Protected Member Functions

RWUCharInputStream& 
getSourceStream();

const RWUCharInputStream& 
getSourceStream() 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.