Home | All Classes | Grouped Classes | Index | Search
Interface to read data from a memory source. More...
Derived from:
CL_InputSource
Derived by:
CL_InputSource_Raw
Group: Core (I/O Data)
#include <ClanLib/core.h>
Construction:
Input Source Memory constructor. |
Attributes:
Returns current position in input source. | |
Returns the size of the input source | |
Get the pointer to the internal data array in the memory source. |
Operations:
Reads larger amounts of data (no endian and 64 bit conversion). | |
Opens the input source. By default, it is open. | |
Closes the input source. | |
Make a copy of the current inputsource, standing at the same position. | |
Seeks to the specified position in the input source. | |
Pushes the current input source position. | |
Pops a previous pushed input source position (returns to the position). |
Detailed description:
!group=Core/IO Data! !header=core.h!CL_InputSource_Memory is used to read data from a memory source. CL_InputSourceProvider - Interface to open input sources with.