#include <File.h>
Public Member Functions | |
| File () | |
| File (CString fileName, String mode, bool printError=true, int lineBufSize=100000) | |
| ~File () | |
| bool | Valid () const |
| void | Close () |
| bool | Eof () |
| String | ReadLine (bool skipEC=false) |
| FILE * | Fp () |
| void | Rewind () |
| int | Size () |
| int | GetPosition () |
Private Member Functions | |
| File (const File &f) | |
| File & | operator= (const File &f) |
Private Attributes | |
| FILE * | mFp |
| char * | mBuf |
| int | mBufSize |
Please consider using Util::IOBuffer instead of this class.
Definition at line 16 of file File.h.
1.5.1