Subject: Re: [Boost-users] Boost iostreams for binary data
From: Bjorn Reese (breese_at_[hidden])
Date: 2017-02-06 18:06:44


On 02/06/2017 06:03 PM, Robert Dailey wrote:

> using ByteVector = std::vector<std::uint8_t>;

I meant, can BinaryInputStream read data from an array, and can
BinaryOutputStream write data into an array?