16 #ifndef FS_COMMON_FILE_FILE_H_ 17 #define FS_COMMON_FILE_FILE_H_ 95 #if !defined (_SWIG_DOTNET_) FX_INT64 int64
Signed 64-bit integer.
Definition: fs_basictypes.h:192
File writing interface.
Definition: fx_stream.h:451
virtual bool IsDataAvail(int64 offset, size_t size)=0
A callback function used to check whether the specified data section is available or not.
IFX_FileWrite WriterCallback
Definition: fs_file.h:47
File stream interface, reading & writing.
Definition: fx_stream.h:669
File reading interface.
Definition: fx_stream.h:566
Header file for basic types definitions.
virtual bool AddDownloadHint(int64 offset, size_t size)=0
A callback function used to add offset and size to specify a data section, which should be downloaded...
Foxit namespace.
Definition: fs_compare.h:27
IFX_FileStream StreamCallback
Definition: fs_file.h:54
IFX_FileRead ReaderCallback
Definition: fs_file.h:40