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

RWByteArrayOutputStream

Module:  Advanced Tools   Package:  Streams


RWByteArrayOutputStream RWByteOutputStream RWHandleBase

Local Index

Members

Header File

#include <rw/stream/RWByteArrayOutputStream.h>

Description

The handle class for binary output streams supporting an extended interface that allows retrieval of their inserted data as a byte array. Implements the handle idiom from the handle-body pattern.

Public Constructors

RW_EXPLICIT
RWByteArrayOutputStream(RWByteArrayOutputStreamImp* body);
RWByteArrayOutputStream(const RWByteArrayOutputStream&
handle);

Public Operator

RWByteArrayOutputStream& 
operator=(const RWByteArrayOutputStream& handle);

Public Member Functions

RWByte* 
getByteArray();
RWSize 
getByteArraySize() 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.