Read consecutive portions of a file in blocks. More...
#include <ConsecutiveReadQueueAccessFile.h>
Public Member Functions | |
| ConsecutiveReadQueueAccessFile (const char *filename) | |
| Initialise class to access the given file. | |
| void | nextFileBlock (char *buffer, int blockSize) |
| Read the next unread block into the buffer with the given block size. | |
Read consecutive portions of a file in blocks.
This class is used to access a file in read mode using FileIO in consecutive blocks.
1.6.1