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

RWSynchronizedByteOutputStreamImp

Module:  Advanced Tools   Package:  Streams


Does not inherit

Local Index

No Entries

Header File

#include <rw/stream/RWSynchronizedByteOutputStreamImp.h>

Description

The typedef RWSynchronizedByteOutputStreamImp implements a simple binary lock output stream. The stream locks its internal synchronization mechanism before forwarding output requests to its associated sink 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.

Public Typedef

typedef RWTOutputStreamLockImp<RWByteOutputStream,
                               RWFilteredByteOutputStreamImp>
        RWSynchronizedByteOutputStreamImp;


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.