live
|
Go to the source code of this file.
Functions | |
FILE * | OpenInputFile (UsageEnvironment &env, char const *fileName) |
void | CloseInputFile (FILE *fid) |
u_int64_t | GetFileSize (char const *fileName, FILE *fid) |
int64_t | SeekFile64 (FILE *fid, int64_t offset, int whence) |
int64_t | TellFile64 (FILE *fid) |
Boolean | FileIsSeekable (FILE *fid) |
void CloseInputFile | ( | FILE * | fid | ) |
Boolean FileIsSeekable | ( | FILE * | fid | ) |
u_int64_t GetFileSize | ( | char const * | fileName, |
FILE * | fid | ||
) |
FILE * OpenInputFile | ( | UsageEnvironment & | env, |
char const * | fileName | ||
) |
int64_t SeekFile64 | ( | FILE * | fid, |
int64_t | offset, | ||
int | whence | ||
) |
int64_t TellFile64 | ( | FILE * | fid | ) |