#include <filestream.h>
Inheritance diagram for openalpp::FileStream:
Public Member Functions | |
FileStream (const std::string &filename, const int buffersize=65536) throw (NameError,InitError,FileError) | |
FileStream (const FileStream &stream) | |
FileStream & | operator= (const FileStream &stream) |
void | setLooping (bool loop=true) |
Protected Member Functions | |
virtual | ~FileStream () |
|
Constructor. A FileError will be thrown if the file can't be opened or isn't recognized.
|
|
Copy constructor. |
|
Destructor. |
|
|
|
Turn on/off looping.
|