Loading...
Searching...
No Matches
InputStream.h
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
int64_t(* sfInputStreamReadFunc)(void *data, size_t size, void *userData)
Definition InputStream.h:35
int64_t(* sfInputStreamSeekFunc)(size_t position, void *userData)
Definition InputStream.h:36
int64_t(* sfInputStreamGetSizeFunc)(void *userData)
Definition InputStream.h:38
Set of callbacks that allow users to define custom file streams.
Definition InputStream.h:46
sfInputStreamGetSizeFunc getSize
Function to get the total number of bytes in the stream.
Definition InputStream.h:50