filereader Struct Reference

#include <filereader.h>


Data Fields

FILE * fd
unsigned char buffer [BUFFER_SIZE]
unsigned long int bufferPos
unsigned long int currSector


Detailed Description

File reader structure

Definition at line 38 of file filereader.h.


Field Documentation

File descriptor

Definition at line 41 of file filereader.h.

Referenced by frclose(), frfeed(), fropen(), and frseek().

unsigned char filereader::buffer[BUFFER_SIZE]

Content buffer

Definition at line 43 of file filereader.h.

Referenced by frfeed(), and frread().

unsigned long int filereader::bufferPos

Current position in the buffer

Definition at line 45 of file filereader.h.

Referenced by frfeed(), frread(), and frseek().

unsigned long int filereader::currSector

Current sector in the buffer

Definition at line 47 of file filereader.h.

Referenced by fropen(), frread(), and frseek().


The documentation for this struct was generated from the following file:

Generated on Thu Sep 18 14:14:49 2008 for Prequengine by  doxygen 1.5.5