$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Olaf van der Spek (olafvdspek_at_[hidden])
Date: 2006-05-18 16:24:19
On 5/18/06, Slava, Alex <raf.devel_at_[hidden]> wrote:
> Dear Boost Community,
>
> Is there any interest in submission of a Random Access to Files (RAF)
> Library to Boost?
> Please see http://www.trukhanov.kiev.ua/RAF/ for documentation and an
> initial implementation.
Is it possible to read a range of bytes with a single function call?
Or would that require one function call per byte?
And how are IO errors handled if memory mapping is used?