public static class CXIdxIncludedFileInfo.Buffer extends org.lwjgl.system.StructBuffer<CXIdxIncludedFileInfo,CXIdxIncludedFileInfo.Buffer>
CXIdxIncludedFileInfo structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
CXIdxIncludedFileInfo.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
long |
file()
Returns the value of the
file field. |
java.nio.ByteBuffer |
filename()
Returns a
ByteBuffer view of the null-terminated string pointed to by the filename field. |
java.lang.String |
filenameString()
Decodes the null-terminated string pointed to by the
filename field. |
CXIdxLoc |
hashLoc()
Returns a
CXIdxLoc view of the hashLoc field. |
boolean |
isAngled()
Returns the value of the
isAngled field. |
boolean |
isImport()
Returns the value of the
isImport field. |
boolean |
isModuleImport()
Returns the value of the
isModuleImport field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
CXIdxIncludedFileInfo.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 CXIdxIncludedFileInfo.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 filename()
ByteBuffer view of the null-terminated string pointed to by the filename field.public java.lang.String filenameString()
filename field.public long file()
file field.public boolean isImport()
isImport field.public boolean isAngled()
isAngled field.public boolean isModuleImport()
isModuleImport field.Copyright LWJGL. All Rights Reserved. License terms.