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.
sfInt64(* sfInputStreamGetSizeFunc)(void *userData)
Definition InputStream.h:37
sfInt64(* sfInputStreamSeekFunc)(sfInt64 position, void *userData)
Definition InputStream.h:35
sfInt64(* sfInputStreamReadFunc)(void *data, sfInt64 size, void *userData)
Definition InputStream.h:34
Set of callbacks that allow users to define custom file streams.
Definition InputStream.h:45
sfInputStreamGetSizeFunc getSize
Function to get the total number of bytes in the stream.
Definition InputStream.h:49