sf.InputStream – sfml Reference Manual
Packages
sfml
sf
InputStream
getSize
read
seek
tell
userData
InputStream
Object Hierarchy:
Description:
[
CCode
( cname =
"sfInputStream"
) ]
public
struct
InputStream
Namespace:
sf
Package:
sfml
Content:
Fields:
public
InputStreamReadFunc
read
Function to read data from the stream
public
InputStreamSeekFunc
seek
Function to set the current read position
public
InputStreamTellFunc
tell
Function to get the current read position
public
InputStreamGetSizeFunc
getSize
Function to get the total number of bytes in the stream
public
void
*
userData
User data that will be passed to the callbacks