Set of callbacks that allow users to define custom file streams. More...
#include <InputStream.h>
| Public Attributes | |
| sfInputStreamReadFunc | read | 
| Function to read data from the stream.  More... | |
| sfInputStreamSeekFunc | seek | 
| Function to set the current read position.  More... | |
| sfInputStreamTellFunc | tell | 
| Function to get the current read position.  More... | |
| sfInputStreamGetSizeFunc | getSize | 
| Function to get the total number of bytes in the stream.  More... | |
| void * | userData | 
| User data that will be passed to the callbacks.  More... | |
Set of callbacks that allow users to define custom file streams.
Definition at line 44 of file InputStream.h.
| sfInputStreamGetSizeFunc sfInputStream::getSize | 
Function to get the total number of bytes in the stream.
Definition at line 49 of file InputStream.h.
| sfInputStreamReadFunc sfInputStream::read | 
Function to read data from the stream.
Definition at line 46 of file InputStream.h.
| sfInputStreamSeekFunc sfInputStream::seek | 
Function to set the current read position.
Definition at line 47 of file InputStream.h.
| sfInputStreamTellFunc sfInputStream::tell | 
Function to get the current read position.
Definition at line 48 of file InputStream.h.
| void* sfInputStream::userData | 
User data that will be passed to the callbacks.
Definition at line 50 of file InputStream.h.