Package io.github.libsdl4j.api.rwops
Class SDL_RWopsWindowsIO
- java.lang.Object
-
- com.sun.jna.Structure
-
- io.github.libsdl4j.api.rwops.SDL_RWopsWindowsIO
-
@FieldOrder({"append","h","buffer"}) public final class SDL_RWopsWindowsIO extends com.sun.jna.Structure
-
-
Field Summary
Fields Modifier and Type Field Description boolean
append
SDL_RWopsIOBuffer
buffer
com.sun.jna.Pointer
h
-
Constructor Summary
Constructors Constructor Description SDL_RWopsWindowsIO()
SDL_RWopsWindowsIO(com.sun.jna.Pointer p)
-
Method Summary
-
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
-
-
-
Field Detail
-
append
public boolean append
-
h
public com.sun.jna.Pointer h
-
buffer
public SDL_RWopsIOBuffer buffer
-
-