SdlIoStreamEx extension
- on
Static Methods
-
fromConstMem(
Pointer< iostreamVoid> mem, int size) → Pointer<SdlIoStream> -
Available on SdlIoStream, provided by the SdlIoStreamEx extension
Use this function to prepare a read-only memory buffer for use with SDL_IOStream. -
fromDynamicMem(
) → Pointer< iostreamSdlIoStream> -
Available on SdlIoStream, provided by the SdlIoStreamEx extension
Use this function to create an SDL_IOStream that is backed by dynamically allocated memory. -
fromFile(
String file, String mode) → Pointer< iostreamSdlIoStream> -
Available on SdlIoStream, provided by the SdlIoStreamEx extension
Use this function to create a new SDL_IOStream structure for reading from and/or writing to a named file. -
fromMem(
Pointer< iostreamVoid> mem, int size) → Pointer<SdlIoStream> -
Available on SdlIoStream, provided by the SdlIoStreamEx extension
Use this function to prepare a read-write memory buffer for use with SDL_IOStream.