Add private BDataPositionIOWrapper

Implements the BPositionIO interface on top of a BDataIO, requiring the
{Read,Write}At() accesses to be sequential.
This commit is contained in:
Ingo Weinhold
2014-07-13 17:57:56 +02:00
parent 44c4771163
commit 05b565f4f2
5 changed files with 143 additions and 0 deletions
@@ -0,0 +1 @@
#include <../private/support/DataPositionIOWrapper.h>