22 #ifndef M4_FILEIO_FSTREAM_H 23 #define M4_FILEIO_FSTREAM_H 25 #include "common/file.h" 26 #include "m4/fileio/sys_file.h" 27 #include "m4/mem/reloc.h" 28 #include "m4/m4_types.h" 39 int32 read(Handle bufferHandle, int32 n);
41 bool seek_ahead(int32 n);
58 int32 numBlocksToRead;
59 int32 *blockSizeArray;
64 void f_stream_Shutdown();
66 strmRequest *f_stream_Open(
SysFile *srcFile, int32 fileOffset, int32 strmMinBuffSize, int32 strmBuffSize,
67 int32 numBlocksToRead, int32 *blockSizeArray, int32 initialRead,
bool wrapStream);
68 int32 f_stream_Read(
strmRequest *myStream, uint8 **dest, int32 numBytes);
70 void f_stream_Process(int32 numToProcess);
Definition: database.h:28
Definition: sys_file.h:47