SdlIoStreamEx extension

on

Static Methods

fromConstMem(Pointer<Void> mem, int size) Pointer<SdlIoStream> iostream

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<SdlIoStream> iostream

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<SdlIoStream> iostream

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<Void> mem, int size) Pointer<SdlIoStream> iostream

Available on SdlIoStream, provided by the SdlIoStreamEx extension

Use this function to prepare a read-write memory buffer for use with SDL_IOStream.