Foxit PDF SDK
foxit::common::file Namespace Reference

File namespace. More...

Classes

class  AsyncReaderCallback
 

Typedefs

typedef IFX_FileRead ReaderCallback
 
typedef IFX_FileStream StreamCallback
 
typedef IFX_FileWrite WriterCallback
 

Detailed Description

File namespace.

Typedef Documentation

◆ ReaderCallback

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.

◆ StreamCallback

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.

◆ WriterCallback

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.