$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Memory stream
From: Eric MALENFANT (Eric.Malenfant_at_[hidden])
Date: 2008-09-23 08:55:45
boost-users-bounces_at_[hidden], le 23 septembre 2008 07:43:
> Hi,
>
> How can I create a memory stream. That is, a stream to which we can
> write any binary data.
Hello Lloyd,
Have a look at boost::iostreams::array_sink
http://www.boost.org/doc/libs/1_36_0/libs/iostreams/doc/index.html?path=4.2.1.3
HTH,
Éric Malenfant