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

RWGuardedByteInputStreamImp

Module:  Advanced Tools   Package:  Streams


Does not inherit

Local Index

No Entries

Header File

#include <rw/stream/RWGuardedByteInputStreamImp.h>

Description

The typedef RWGuardedByteInputStreamImp implements a simple binary guard input stream. The input stream guard acquires the synchronization mechanism provided by its source stream at construction time, and releases it upon destruction. The input guard stream doesn't maintain its own synchronization mechanism, but uses the one provided by the next processing stream. If the next processing stream doesn't implement any synchronization mechanism, the input stream guard class has no effect. The guard class is generally used in combination with class RWSynchronizedByteInputStreamImp.

Public Typedef

typedef RWTStreamGuardImp<RWByteInputStream,
                          RWFilteredByteInputStreamImp>
        RWGuardedByteInputStreamImp;

See Also

RWSynchronizedByteInputStreamImp



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.