Package org.lwjgl.assimp
Class AIImporterDesc.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<AIImporterDesc.Buffer>
org.lwjgl.system.StructBuffer<AIImporterDesc,AIImporterDesc.Buffer>
org.lwjgl.assimp.AIImporterDesc.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<AIImporterDesc>
,NativeResource
,Pointer
- Enclosing class:
AIImporterDesc
public static class AIImporterDesc.Buffer
extends StructBuffer<AIImporterDesc,AIImporterDesc.Buffer>
implements NativeResource
An array of
AIImporterDesc
structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(long address, int cap) Buffer
(ByteBuffer container) Creates a newAIImporterDesc.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionmAuthor()
mAuthor
(ByteBuffer value) Sets the address of the specified encoded string to themAuthor
field.mComments
(ByteBuffer value) Sets the address of the specified encoded string to themComments
field.mFileExtensions
(ByteBuffer value) Sets the address of the specified encoded string to themFileExtensions
field.int
mFlags()
mFlags
(int value) Sets the specified value to themFlags
field.mMaintainer
(ByteBuffer value) Sets the address of the specified encoded string to themMaintainer
field.int
mMaxMajor
(int value) Sets the specified value to themMaxMajor
field.int
mMaxMinor
(int value) Sets the specified value to themMaxMinor
field.int
mMinMajor
(int value) Sets the specified value to themMinMajor
field.int
mMinMinor
(int value) Sets the specified value to themMinMinor
field.mName()
mName
(ByteBuffer value) Sets the address of the specified encoded string to themName
field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
Methods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toString
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newAIImporterDesc.Buffer
instance backed by the specified container.Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by
AIImporterDesc.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Details
-
mName
- Returns:
- a
ByteBuffer
view of the null-terminated string pointed to by themName
field.
-
mNameString
- Returns:
- the null-terminated string pointed to by the
mName
field.
-
mAuthor
- Returns:
- a
ByteBuffer
view of the null-terminated string pointed to by themAuthor
field.
-
mAuthorString
- Returns:
- the null-terminated string pointed to by the
mAuthor
field.
-
mMaintainer
- Returns:
- a
ByteBuffer
view of the null-terminated string pointed to by themMaintainer
field.
-
mMaintainerString
- Returns:
- the null-terminated string pointed to by the
mMaintainer
field.
-
mComments
- Returns:
- a
ByteBuffer
view of the null-terminated string pointed to by themComments
field.
-
mCommentsString
- Returns:
- the null-terminated string pointed to by the
mComments
field.
-
mFlags
public int mFlags()- Returns:
- the value of the
mFlags
field.
-
mMinMajor
public int mMinMajor()- Returns:
- the value of the
mMinMajor
field.
-
mMinMinor
public int mMinMinor()- Returns:
- the value of the
mMinMinor
field.
-
mMaxMajor
public int mMaxMajor()- Returns:
- the value of the
mMaxMajor
field.
-
mMaxMinor
public int mMaxMinor()- Returns:
- the value of the
mMaxMinor
field.
-
mFileExtensions
- Returns:
- a
ByteBuffer
view of the null-terminated string pointed to by themFileExtensions
field.
-
mFileExtensionsString
- Returns:
- the null-terminated string pointed to by the
mFileExtensions
field.
-
mName
Sets the address of the specified encoded string to themName
field. -
mAuthor
Sets the address of the specified encoded string to themAuthor
field. -
mMaintainer
Sets the address of the specified encoded string to themMaintainer
field. -
mComments
Sets the address of the specified encoded string to themComments
field. -
mFlags
Sets the specified value to themFlags
field. -
mMinMajor
Sets the specified value to themMinMajor
field. -
mMinMinor
Sets the specified value to themMinMinor
field. -
mMaxMajor
Sets the specified value to themMaxMajor
field. -
mMaxMinor
Sets the specified value to themMaxMinor
field. -
mFileExtensions
Sets the address of the specified encoded string to themFileExtensions
field.
-