History log of /haiku/src/kits/storage/FdIO.cpp
Revision Date Author Comments
# c55a0605 12-Jul-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

Add private class BFdIO

Simple BPositionIO implementation using the POSIX API on a FD. In effect
similar to BFile, but more easily ported to kernel and boot loader (and
the FD is reusable).


# c55a06055f7c2523d188ce382806fe98eaa06bb6 12-Jul-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

Add private class BFdIO

Simple BPositionIO implementation using the POSIX API on a FD. In effect
similar to BFile, but more easily ported to kernel and boot loader (and
the FD is reusable).