|
Public Methods |
| virtual | ~FoFiBase () |
Protected Methods |
| | FoFiBase (char *fileA, int lenA, GBool freeFileDataA) |
| int | getS8 (int pos, GBool *ok) |
| int | getU8 (int pos, GBool *ok) |
| int | getS16BE (int pos, GBool *ok) |
| int | getU16BE (int pos, GBool *ok) |
| int | getS32BE (int pos, GBool *ok) |
| Guint | getU32BE (int pos, GBool *ok) |
| Guint | getUVarBE (int pos, int size, GBool *ok) |
| GBool | checkRegion (int pos, int size) |
Static Protected Methods |
| char * | readFile (char *fileName, int *fileLen) |
Protected Attributes |
| Guchar * | fileData |
| Guchar * | file |
| int | len |
| GBool | freeFileData |