public static class AIExportFormatDesc.Buffer extends org.lwjgl.system.StructBuffer<AIExportFormatDesc,AIExportFormatDesc.Buffer> implements org.lwjgl.system.NativeResource
AIExportFormatDesc structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
AIExportFormatDesc.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
description()
Returns a
ByteBuffer view of the null-terminated string pointed to by the description field. |
AIExportFormatDesc.Buffer |
description(java.nio.ByteBuffer value)
Sets the address of the specified encoded string to the
description field. |
java.lang.String |
descriptionString()
Decodes the null-terminated string pointed to by the
description field. |
java.nio.ByteBuffer |
fileExtension()
Returns a
ByteBuffer view of the null-terminated string pointed to by the fileExtension field. |
AIExportFormatDesc.Buffer |
fileExtension(java.nio.ByteBuffer value)
Sets the address of the specified encoded string to the
fileExtension field. |
java.lang.String |
fileExtensionString()
Decodes the null-terminated string pointed to by the
fileExtension field. |
java.nio.ByteBuffer |
id()
Returns a
ByteBuffer view of the null-terminated string pointed to by the id field. |
AIExportFormatDesc.Buffer |
id(java.nio.ByteBuffer value)
Sets the address of the specified encoded string to the
id field. |
java.lang.String |
idString()
Decodes the null-terminated string pointed to by the
id field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
AIExportFormatDesc.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 AIExportFormatDesc.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public java.nio.ByteBuffer id()
ByteBuffer view of the null-terminated string pointed to by the id field.public java.lang.String idString()
id field.public java.nio.ByteBuffer description()
ByteBuffer view of the null-terminated string pointed to by the description field.public java.lang.String descriptionString()
description field.public java.nio.ByteBuffer fileExtension()
ByteBuffer view of the null-terminated string pointed to by the fileExtension field.public java.lang.String fileExtensionString()
fileExtension field.public AIExportFormatDesc.Buffer id(java.nio.ByteBuffer value)
id field.public AIExportFormatDesc.Buffer description(java.nio.ByteBuffer value)
description field.public AIExportFormatDesc.Buffer fileExtension(java.nio.ByteBuffer value)
fileExtension field.Copyright LWJGL. All Rights Reserved. License terms.