Package org.bytedeco.hdf5
Class FL_PacketTable
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.hdf5.PacketTable
-
- org.bytedeco.hdf5.FL_PacketTable
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=hdf5.class) public class FL_PacketTable extends PacketTable
-
-
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 FL_PacketTable(long fileID, byte[] name)
FL_PacketTable(long fileID, byte[] name, long dtypeID, long chunkSize)
FL_PacketTable(long fileID, byte[] name, long dtypeID, long chunkSize, int compression)
FL_PacketTable(long fileID, long plist_id, String name, long dtypeID, long chunkSize)
FL_PacketTable(long fileID, long plist_id, BytePointer name, long dtypeID, long chunkSize)
FL_PacketTable(long fileID, String name)
FL_PacketTable(long fileID, String name, long dtypeID)
FL_PacketTable(long fileID, String name, long dtypeID, long chunkSize, long plistID)
FL_PacketTable(long fileID, ByteBuffer name)
FL_PacketTable(long fileID, ByteBuffer name, long dtypeID, long chunkSize)
FL_PacketTable(long fileID, ByteBuffer name, long dtypeID, long chunkSize, int compression)
FL_PacketTable(long fileID, BytePointer name)
FL_PacketTable(long fileID, BytePointer name, long dtypeID)
FL_PacketTable(long fileID, BytePointer name, long dtypeID, long chunkSize)
FL_PacketTable(long fileID, BytePointer name, long dtypeID, long chunkSize, int compression)
FL_PacketTable(long fileID, BytePointer name, long dtypeID, long chunkSize, long plistID)
FL_PacketTable(Pointer p)
Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
AppendPacket(Pointer data)
int
AppendPackets(long numPackets, Pointer data)
int
GetNextPacket(Pointer data)
int
GetNextPackets(long numPackets, Pointer data)
int
GetPacket(long index, Pointer data)
int
GetPackets(long startIndex, long endIndex, Pointer data)
-
Methods inherited from class org.bytedeco.hdf5.PacketTable
FreeBuff, GetDataset, GetDatatype, GetIndex, GetIndex, GetIndex, GetPacketCount, GetPacketCount, GetPacketCount, GetPacketCount, getPointer, GetTableId, IsValid, IsVariableLength, position, ResetIndex, SetIndex
-
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
-
FL_PacketTable
public FL_PacketTable(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer)
.
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, @Cast("const char*") BytePointer name, @Cast("hid_t") long dtypeID, @Cast("hsize_t") long chunkSize, @Cast("hid_t") long plistID)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, @Cast("const char*") BytePointer name, @Cast("hid_t") long dtypeID)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, String name, @Cast("hid_t") long dtypeID, @Cast("hsize_t") long chunkSize, @Cast("hid_t") long plistID)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, String name, @Cast("hid_t") long dtypeID)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, @Cast("hid_t") long plist_id, @Cast("const char*") BytePointer name, @Cast("hid_t") long dtypeID, @Cast("hsize_t") long chunkSize)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, @Cast("hid_t") long plist_id, String name, @Cast("hid_t") long dtypeID, @Cast("hsize_t") long chunkSize)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, @Cast("char*") BytePointer name, @Cast("hid_t") long dtypeID, @Cast("hsize_t") long chunkSize, int compression)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, @Cast("char*") BytePointer name, @Cast("hid_t") long dtypeID, @Cast("hsize_t") long chunkSize)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, @Cast("char*") ByteBuffer name, @Cast("hid_t") long dtypeID, @Cast("hsize_t") long chunkSize, int compression)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, @Cast("char*") ByteBuffer name, @Cast("hid_t") long dtypeID, @Cast("hsize_t") long chunkSize)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, @Cast("char*") byte[] name, @Cast("hid_t") long dtypeID, @Cast("hsize_t") long chunkSize, int compression)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, @Cast("char*") byte[] name, @Cast("hid_t") long dtypeID, @Cast("hsize_t") long chunkSize)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, @Cast("const char*") BytePointer name)
-
FL_PacketTable
public FL_PacketTable(@Cast("hid_t") long fileID, @Cast("char*") ByteBuffer name)
-
-