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

locIdLocation identifier (file or group)
nameName of the packet table dataset
dtypeIdDatatype identifier for each packet
chunkSizeNumber of packets per chunk (affects performance)
plistIdProperty list identifier (default: H5P_DEFAULT)

Returns

A new PacketTable instance.

Throws

HDF5Exception if creation fails.