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

RWSynchronizedCharInputStreamImp

Module:  Advanced Tools   Package:  Streams


RWSynchronizedCharInputStreamImp RWTInputStreamLockImp<RWCharInputStream, RWFilteredCharInputStreamImp>

Local Index

Members

Header File

#include <rw/stream/RWSynchronizedCharInputStreamImp.h>

Description

Class RWSynchronizedCharInputStreamImp implements a simple lock stream that is used with narrow character input stream. The stream locks its internal synchronization mechanism before forwarding input requests to its associated source stream, and then unlocks the internal synchronization mechanism upon completion. The stream's internal synchronization mechanism is locked using a guard object, ensuring its proper release in the event that an exception is thrown.

Protected Constructor

RWSynchronizedCharInputStreamImp(RWCharInputStream&
sourceStream);

Public Member Functions

static RWCharInputStream 
make(RWCharInputStream& sourceStream);
virtual void 
readUntil(RWCString& string, char delim);


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.