YSE sound engine  1.0
cross platform sound engine
 All Classes Namespaces Functions Pages
YSE::io Class Reference

Public Member Functions

ioopen (Bool(*funcPtr)(const char *filename, I64 *filesize, void **fileHandle))
 
ioclose (void(*funcPtr)(void *fileHandle))
 
ioendOfFile (Bool(*funcPtr)(void *fileHandle))
 
ioread (Int(*funcPtr)(void *destBuffer, Int maxBytesToRead, void *fileHandle))
 
iogetPosition (I64(*funcPtr)(void *fileHandle))
 
iosetPosition (Bool(*funcPtr)(I64 newPosition, void *fileHandle))
 
iofileExists (Bool(*funcPtr)(const char *filename))
 
iosetActive (Bool value)
 
Bool getActive ()
 

Detailed Description

Definition at line 19 of file io.hpp.


The documentation for this class was generated from the following file: