int size
int pos
FILE* f
const char* name
void calculerSize() throw(Exception)
void open(const char *name, OpenAutorisation autorisation) throw(Exception)
void close() throw()
int getSize() const throw()
void write(const char *buffer, int size) throw(Exception)
void write(const char *str) throw(Exception)
void write(char c) throw(Exception)
void write(short c) throw(Exception)
void write(int c) throw(Exception)
void read(char *buffer, int size) throw(Exception)
void read(char *& str) throw(Exception)
void read(char& c) throw(Exception)
void read(short& c) throw(Exception)
void read(int& c) throw(Exception)
void read(String *& s) throw(Exception)
void seek(int offset, SeekCode code) throw(Exception)
File(const char *name, OpenAutorisation autorisation=READ_ONLY) throw(Exception)
File(const String& name, OpenAutorisation autorisation=READ_ONLY) throw(Exception)
~File() throw()
bool eof() const throw()
static bool exists(const String& nameFile) throw()
static String* renameCheck(const String& nameFile, const String& toAdd) throw(Exception)
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de