20#ifndef _SISFILERECORD_H
21#define _SISFILERECORD_H
Information about a file component in a SIS file.
uint8_t * getFilePtr(int fileNo)
Return a pointer to the file data for the file for the specified language.
uint32_t m_flags
1 if multiple language versions, otherwise 0.
uint32_t m_fileDetails
If file type is 1:
SisRC fillFrom(uint8_t *buf, int *base, off_t len, SISFile *sisFile)
Populate the fields.
uint8_t * m_buf
The buffer we belong to.
uint32_t m_fileType
Type of file.
void setMainDrive(char drive)
The top level container of a SIS file.