Go to the documentation of this file.
16 #ifndef FS_COMMON_FILE_FILE_H_
17 #define FS_COMMON_FILE_FILE_H_
FX_INT64 int64
Signed 64-bit integer.
Definition: fs_basictypes.h:190
File writing interface.
Definition: fx_stream.h:453
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:675
File reading interface.
Definition: fx_stream.h:570
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_taggedpdf.h:27
IFX_FileStream StreamCallback
Definition: fs_file.h:54
IFX_FileRead ReaderCallback
Definition: fs_file.h:40
@2024 Foxit Software Incorporated. All rights reserved.