@NoOffset @Properties(inherit=hdf5.class) public class PacketTable extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
PacketTable() |
PacketTable(long size)
Native array allocator.
|
PacketTable(long fileID,
byte[] name) |
PacketTable(long fileID,
ByteBuffer name) |
PacketTable(long fileID,
BytePointer name) |
PacketTable(long fileID,
String name) |
PacketTable(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FreeBuff(long numStructs,
hvl_t buffer) |
long |
GetDataset() |
long |
GetDatatype() |
long |
GetIndex(int[] error) |
long |
GetIndex(IntBuffer error) |
long |
GetIndex(IntPointer error) |
long |
GetPacketCount() |
long |
GetPacketCount(int[] error) |
long |
GetPacketCount(IntBuffer error) |
long |
GetPacketCount(IntPointer error) |
long |
GetTableId() |
boolean |
IsValid() |
int |
IsVariableLength() |
PacketTable |
position(long position) |
void |
ResetIndex() |
int |
SetIndex(long index) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic PacketTable(Pointer p)
Pointer.Pointer(Pointer).public PacketTable(long size)
Pointer.position(long).public PacketTable()
public PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="const char*") BytePointer name)
public PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="char*") ByteBuffer name)
public PacketTable position(long position)
public int IsVariableLength()
public void ResetIndex()
@Cast(value="hsize_t") public long GetIndex(@ByRef IntPointer error)
@Cast(value="hsize_t") public long GetPacketCount(@ByRef IntPointer error)
Copyright © 2019. All rights reserved.