Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

IFile Class Reference

#include <file.hpp>

Inheritance diagram for IFile:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~IFile ()
virtual int Read (void *bytes, int byte_count)=0
virtual bool Seek (int offset, ADR_SEEK_TYPE type)=0
virtual int Tell ()=0

Constructor & Destructor Documentation

IFile::~IFile ( ) [inline, virtual]
 

Definition at line 11 of file file.hpp.


Member Function Documentation

int IFile::Read ( void * bytes,
int byte_count ) [pure virtual]
 

Reimplemented in ADRFile.

Referenced by WAVInputStream::Initialize(), and WAVInputStream::Read().

bool IFile::Seek ( int offset,
ADR_SEEK_TYPE type ) [pure virtual]
 

Reimplemented in ADRFile.

Referenced by WAVInputStream::Reset().

int IFile::Tell ( ) [pure virtual]
 

Reimplemented in ADRFile.


The documentation for this class was generated from the following file:
Generated at Mon Jun 10 02:55:26 2002 for audiere by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001