Library of Assembled Shared Sources
|
Input Stream for files using memory mapping. More...
#include <binary_i_memory_map.h>
Public Member Functions | |
size_t | read (void *out, size_t numberOfBytes) |
read a number of bytes from stream to buffer | |
Input Stream for files using memory mapping.
Definition at line 65 of file binary_i_memory_map.h.
|
inherited |
read a number of bytes from stream to buffer
iBytes | pointer to buffer. Must be able to contain at least numBytes bytes. |
numBytes | number of bytes to be read |
Definition at line 261 of file binary_i_stream.cpp.
References read().
Referenced by read().