public static class MuJoCoLib.mjVFS_
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
mjVFS_()
Default native constructor.
|
mjVFS_(long size)
Native array allocator.
|
mjVFS_(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.PointerPointer |
filedata() |
org.bytedeco.javacpp.Pointer |
filedata(int i) |
MuJoCoLib.mjVFS_ |
filedata(int i,
org.bytedeco.javacpp.Pointer setter) |
org.bytedeco.javacpp.BytePointer |
filename() |
byte |
filename(int i,
int j) |
MuJoCoLib.mjVFS_ |
filename(int i,
int j,
byte setter) |
org.bytedeco.javacpp.IntPointer |
filesize() |
int |
filesize(int i) |
MuJoCoLib.mjVFS_ |
filesize(int i,
int setter) |
MuJoCoLib.mjVFS_ |
getPointer(long i) |
int |
nfile() |
MuJoCoLib.mjVFS_ |
nfile(int setter) |
MuJoCoLib.mjVFS_ |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic mjVFS_()
public mjVFS_(long size)
Pointer.position(long).public mjVFS_(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public MuJoCoLib.mjVFS_ position(long position)
position in class org.bytedeco.javacpp.Pointerpublic MuJoCoLib.mjVFS_ getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointerpublic int nfile()
public MuJoCoLib.mjVFS_ nfile(int setter)
@Cast(value="char")
public byte filename(int i,
int j)
public MuJoCoLib.mjVFS_ filename(int i, int j, byte setter)
@MemberGetter @Cast(value="char*") public org.bytedeco.javacpp.BytePointer filename()
public int filesize(int i)
public MuJoCoLib.mjVFS_ filesize(int i, int setter)
@MemberGetter public org.bytedeco.javacpp.IntPointer filesize()
public org.bytedeco.javacpp.Pointer filedata(int i)
public MuJoCoLib.mjVFS_ filedata(int i, org.bytedeco.javacpp.Pointer setter)
@MemberGetter @Cast(value="void**") public org.bytedeco.javacpp.PointerPointer filedata()