Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWPortalIStream


istream RWPortalIStream RWPortalStreamBase

Module

Networking Tools: Network Communication Classes (net library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

Synopsis

#include <rw/toolpro/portstrm.h>
RWPortalIStream strm(RWSocketPortal(80, "www.roguewave.com"));

Required Libraries

net, tls (and possibly std)

Description

RWPortalIStream provides an istream that uses an RWPortal as its source of bytes. The RWPortal associated with this class can be attached to any of the communications channels supported by Tools.h++ Professional.

Public Constructors

RWPortalIStream();
RWPortalIStream(const RWPortal&);


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.