My Project
|
File namespace. More...
Classes | |
class | AsyncReaderCallback |
Typedefs | |
typedef IFX_FileRead | ReaderCallback |
typedef IFX_FileStream | StreamCallback |
typedef IFX_FileWrite | WriterCallback |
File namespace.
This class represents a callback object to do file reading. All the pure virtual functions in this class are used as callback functions and should be implemented by user to do file reading in a customized way.
This class represents a callback object to do file reading and writing. All the pure virtual functions in this class are used as callback functions and should be implemented by user to do file reading and writing in a customized way.
This class represents a callback object to do file writing. All the pure virtual functions in this class are used as callback functions and should be implemented by user to do file writing in a customized way.