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 intFreeBuff(long numStructs, hvl_t buffer)longGetDataset()longGetDatatype()longGetIndex(int[] error)longGetIndex(IntBuffer error)longGetIndex(IntPointer error)longGetPacketCount()longGetPacketCount(int[] error)longGetPacketCount(IntBuffer error)longGetPacketCount(IntPointer error)PacketTablegetPointer(long i)longGetTableId()booleanIsValid()intIsVariableLength()PacketTableposition(long position)voidResetIndex()intSetIndex(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:
getPointerin 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()
-
-