Package org.bytedeco.hdf5
Class PacketTable
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.PacketTable
-
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
FL_PacketTable
@NoOffset @Properties(inherit=hdf5.class) public class PacketTable extends Pointer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description PacketTable()
PacketTable(long size)
Native array allocator.PacketTable(long fileID, byte[] name)
PacketTable(long fileID, String name)
PacketTable(long fileID, ByteBuffer name)
PacketTable(long fileID, BytePointer name)
PacketTable(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
PacketTable
getPointer(long i)
long
GetTableId()
boolean
IsValid()
int
IsVariableLength()
PacketTable
position(long position)
void
ResetIndex()
int
SetIndex(long index)
-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, 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, zero
-
-
-
-
Constructor Detail
-
PacketTable
public PacketTable(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
PacketTable
public PacketTable(long size)
Native array allocator. Access withPointer.position(long)
.
-
PacketTable
public PacketTable()
-
PacketTable
public PacketTable(@Cast("hid_t") long fileID, @Cast("const char*") BytePointer name)
-
PacketTable
public PacketTable(@Cast("hid_t") long fileID, @Cast("char*") ByteBuffer name)
-
-
Method Detail
-
position
public PacketTable position(long position)
-
getPointer
public PacketTable getPointer(long i)
- Overrides:
getPointer
in classPointer
-
IsValid
@Cast("bool") public boolean IsValid()
-
IsVariableLength
public int IsVariableLength()
-
ResetIndex
public void ResetIndex()
-
SetIndex
public int SetIndex(@Cast("hsize_t") long index)
-
GetIndex
@Cast("hsize_t") public long GetIndex(@ByRef IntPointer error)
-
GetPacketCount
@Cast("hsize_t") public long GetPacketCount(@ByRef IntPointer error)
-
GetPacketCount
@Cast("hsize_t") public long GetPacketCount()
-
GetTableId
@Cast("hid_t") public long GetTableId()
-
GetDatatype
@Cast("hid_t") public long GetDatatype()
-
GetDataset
@Cast("hid_t") public long GetDataset()
-
-