@Properties(inherit=hdf5.class) public class FL_PacketTable extends PacketTable
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and 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,
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(long fileID,
long plist_id,
BytePointer name,
long dtypeID,
long chunkSize) |
FL_PacketTable(long fileID,
long plist_id,
String 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(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and 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) |
FreeBuff, GetDataset, GetDatatype, GetIndex, GetIndex, GetIndex, GetPacketCount, GetPacketCount, GetPacketCount, GetPacketCount, getPointer, GetTableId, IsValid, IsVariableLength, position, ResetIndex, SetIndexaddress, 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, zeropublic FL_PacketTable(Pointer p)
Pointer(Pointer).public FL_PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="const char*") BytePointer name, @Cast(value="hid_t") long dtypeID, @Cast(value="hsize_t") long chunkSize, @Cast(value="hid_t") long plistID)
public FL_PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="const char*") BytePointer name, @Cast(value="hid_t") long dtypeID)
public FL_PacketTable(@Cast(value="hid_t") long fileID, String name, @Cast(value="hid_t") long dtypeID, @Cast(value="hsize_t") long chunkSize, @Cast(value="hid_t") long plistID)
public FL_PacketTable(@Cast(value="hid_t") long fileID, String name, @Cast(value="hid_t") long dtypeID)
public FL_PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="hid_t") long plist_id, @Cast(value="const char*") BytePointer name, @Cast(value="hid_t") long dtypeID, @Cast(value="hsize_t") long chunkSize)
public FL_PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="hid_t") long plist_id, String name, @Cast(value="hid_t") long dtypeID, @Cast(value="hsize_t") long chunkSize)
public FL_PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="char*") BytePointer name, @Cast(value="hid_t") long dtypeID, @Cast(value="hsize_t") long chunkSize, int compression)
public FL_PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="char*") BytePointer name, @Cast(value="hid_t") long dtypeID, @Cast(value="hsize_t") long chunkSize)
public FL_PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="char*") ByteBuffer name, @Cast(value="hid_t") long dtypeID, @Cast(value="hsize_t") long chunkSize, int compression)
public FL_PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="char*") ByteBuffer name, @Cast(value="hid_t") long dtypeID, @Cast(value="hsize_t") long chunkSize)
public FL_PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="char*") byte[] name, @Cast(value="hid_t") long dtypeID, @Cast(value="hsize_t") long chunkSize, int compression)
public FL_PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="char*") byte[] name, @Cast(value="hid_t") long dtypeID, @Cast(value="hsize_t") long chunkSize)
public FL_PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="const char*") BytePointer name)
public FL_PacketTable(@Cast(value="hid_t") long fileID, @Cast(value="char*") ByteBuffer name)
Copyright © 2024. All rights reserved.