libStatGen Software  1
FileType Class Referenceabstract
Inheritance diagram for FileType:

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: