#include <filereader.h>
Data Fields | |
| FILE * | fd |
| unsigned char | buffer [BUFFER_SIZE] |
| unsigned long int | bufferPos |
| unsigned long int | currSector |
Definition at line 38 of file filereader.h.
| FILE* filereader::fd |
| unsigned char filereader::buffer[BUFFER_SIZE] |
| unsigned long int filereader::bufferPos |
Current position in the buffer
Definition at line 45 of file filereader.h.
| unsigned long int filereader::currSector |
Current sector in the buffer
Definition at line 47 of file filereader.h.
1.5.5