Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::File Class Reference

Simple wrapper for FILE. More...

#include <File.h>

List of all members.

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)
Fileoperator= (const File &f)

Private Attributes

FILE * mFp
char * mBuf
int mBufSize


Detailed Description

Simple wrapper for FILE.

Please consider using Util::IOBuffer instead of this class.

Definition at line 16 of file File.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 10:35:41 2010 for ImpalaSrc by  doxygen 1.5.1