#include <sio2_stream.h>
Public Attributes | |
| char | fname [SIO2_MAX_PATH] |
| The filename of the SIO2stream. | |
| unsigned int | pos |
| The current position of the memory offset. | |
| unsigned int | size |
| The current size of the buffer. | |
| unsigned char * | buf |
| The current raw byte buffer. | |
| unsigned char * | cur |
| The current memory address where the position if pointing at. | |
| char SIO2stream::fname[SIO2_MAX_PATH] |
The filename of the SIO2stream.
Referenced by sio2ImageLoad(), sio2ImageLoadPNG(), sio2ResourceDispatchStream(), sio2ResourceExtractFile(), sio2StreamInit(), sio2StreamOpen(), and sio2UrlDownload().
| unsigned int SIO2stream::pos |
The current position of the memory offset.
Referenced by sio2OggRead(), sio2OggSeek(), sio2OggTell(), sio2ResourceExtractFile(), sio2SoundUpdateStream(), sio2StreamEOF(), sio2StreamRead(), sio2StreamReadPtr(), sio2StreamReset(), sio2UrlGetBuffer(), sio2UrlStreamBuffer(), and sio2VideoStop().
| unsigned int SIO2stream::size |
The current size of the buffer.
Referenced by sio2ImageLoadJPEG(), sio2OggRead(), sio2OggSeek(), sio2ResourceDispatchStream(), sio2ResourceExtract(), sio2ResourceExtractFile(), sio2ScriptLoad(), sio2StreamEOF(), sio2StreamOpen(), sio2StreamOpenText(), sio2StreamRead(), sio2StreamReadPtr(), sio2StreamReset(), and sio2UrlStreamBuffer().
| unsigned char* SIO2stream::buf |
The current raw byte buffer.
Referenced by sio2ImageLoadJPEG(), sio2ImageLoadPVR(), sio2OggRead(), sio2ResourceDispatchStream(), sio2ResourceExtract(), sio2ResourceExtractFile(), sio2ScriptLoad(), sio2StreamClose(), sio2StreamOpen(), sio2StreamOpenText(), sio2StreamRead(), sio2StreamReadPtr(), sio2StreamReset(), sio2UrlGetBuffer(), and sio2UrlStreamBuffer().
| unsigned char* SIO2stream::cur |
The current memory address where the position if pointing at.
Referenced by sio2ResourceExtract(), sio2ResourceExtractFile(), sio2StreamOpen(), sio2StreamParse(), sio2StreamReset(), and sio2UrlGetBuffer().
1.5.6