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

ADRFile Class Reference

#include <file.hpp>

Inheritance diagram for ADRFile:

Inheritance graph
[legend]
Collaboration diagram for ADRFile:

Collaboration graph
[legend]
List of all members.

Public Methods

 ADRFile (ADRFileSystem *file_system, ADR_FILE file)
 ~ADRFile ()
int Read (void *bytes, int byte_count)
bool Seek (int offset, ADR_SEEK_TYPE type)
int Tell ()

Constructor & Destructor Documentation

ADRFile::ADRFile ( ADRFileSystem * file_system,
ADR_FILE file )
 

Definition at line 33 of file file.cpp.

ADRFile::~ADRFile ( )
 

Definition at line 41 of file file.cpp.


Member Function Documentation

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

Reimplemented from IFile.

Definition at line 49 of file file.cpp.

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

Reimplemented from IFile.

Definition at line 57 of file file.cpp.

int ADRFile::Tell ( ) [virtual]
 

Reimplemented from IFile.

Definition at line 65 of file file.cpp.


Friends And Related Function Documentation

class ADRFileSystem [friend]
 

Definition at line 68 of file file.hpp.


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