Loading...
Searching...
No Matches
InputStream.h File Reference

Go to the source code of this file.

Classes

struct  sfInputStream
 Set of callbacks that allow users to define custom file streams. More...
 

Typedefs

typedef sfInt64(* sfInputStreamReadFunc) (void *data, sfInt64 size, void *userData)
 
typedef sfInt64(* sfInputStreamSeekFunc) (sfInt64 position, void *userData)
 
typedef sfInt64(* sfInputStreamTellFunc) (void *userData)
 
typedef sfInt64(* sfInputStreamGetSizeFunc) (void *userData)
 
typedef struct sfInputStream sfInputStream
 Set of callbacks that allow users to define custom file streams.
 

Typedef Documentation

◆ sfInputStream

typedef struct sfInputStream sfInputStream

Set of callbacks that allow users to define custom file streams.

◆ sfInputStreamGetSizeFunc

typedef sfInt64(* sfInputStreamGetSizeFunc) (void *userData)

Definition at line 37 of file InputStream.h.

◆ sfInputStreamReadFunc

typedef sfInt64(* sfInputStreamReadFunc) (void *data, sfInt64 size, void *userData)

Definition at line 34 of file InputStream.h.

◆ sfInputStreamSeekFunc

typedef sfInt64(* sfInputStreamSeekFunc) (sfInt64 position, void *userData)

Definition at line 35 of file InputStream.h.

◆ sfInputStreamTellFunc

typedef sfInt64(* sfInputStreamTellFunc) (void *userData)

Definition at line 36 of file InputStream.h.