Public Member Functions | |
fatFile (const char *name, Bit32u startCluster, Bit32u fileLen, fatDrive *useDrive) | |
bool | Read (Bit8u *data, Bit16u *size) |
bool | Write (const Bit8u *data, Bit16u *size) |
bool | Seek (Bit32u *pos, Bit32u type) |
bool | Close () |
Bit16u | GetInformation (void) |
void | Flush (void) |
bool | UpdateDateTimeFromHost (void) |
Bit32u | GetSeekPos (void) |
Public Attributes | |
Bit32u | firstCluster |
Bit32u | seekpos = 0 |
Bit32u | filelength |
Bit32u | currentSector = 0 |
Bit32u | curSectOff = 0 |
Bit8u | sectorBuffer [SECTOR_SIZE_MAX] |
Bit32u | dirCluster = 0 |
Bit32u | dirIndex = 0 |
bool | modified = false |
bool | loadedSector = false |
fatDrive * | myDrive |
Definition at line 173 of file drive_fat.cpp.