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

RWSynchronizedWCharInputStreamImp

Module:  Advanced Tools   Package:  Streams


RWSynchronizedWCharInputStreamImp RWTInputStreamLockImp<RWWCharInputStream, RWFilteredWCharInputStreamImp>

Local Index

Members

Header File

#include <rw/stream/RWSynchronizedWCharInputStreamImp.h>

Description

Class RWSynchronizedWCharInputStreamImp implements a simple lock stream that is used with wide 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

RWSynchronizedWCharInputStreamImp(RWWCharInputStream&
sourceStream);

Static Public Member Function

static RWWCharInputStream 
make(RWWCharInputStream& sourceStream);

Public Member Functions

virtual RWSize 
readUntil(wchar_t* wcharArray, RWSize maxSize, wchar_t 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.