PacketTable.create
PacketTable create(hid_t locId, string name, hid_t dtypeId,
hsize_t chunkSize = 100, hid_t plistId = H5P_DEFAULT)Creates a new packet table.
Parameters
locId | Location identifier (file or group) |
name | Name of the packet table dataset |
dtypeId | Datatype identifier for each packet |
chunkSize | Number of packets per chunk (affects performance) |
plistId | Property list identifier (default: H5P_DEFAULT) |
Returns
A new PacketTable instance.
Throws
HDF5Exception if creation fails.