FileType Class Reference

Inheritance diagram for FileType:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool operator== (void *rhs)=0
virtual bool operator!= (void *rhs)=0
virtual int close ()=0
virtual void rewind ()=0
virtual int eof ()=0
virtual bool isOpen ()=0
virtual unsigned int write (const void *buffer, unsigned int size)=0
virtual int read (void *buffer, unsigned int size)=0
virtual int64_t tell ()=0
virtual bool seek (int64_t offset, int origin)=0
void setBuffered (bool buffered)
virtual bool attemptRecoverySync (bool(*checkSignature)(void *data), int length)

Protected Attributes

bool myUsingBuffer

Detailed Description

Definition at line 23 of file FileType.h.


The documentation for this class was generated from the following files:
Generated on Tue Aug 23 18:19:07 2011 for libStatGen Software by  doxygen 1.6.3