PacketTable.read

void read(T)(hsize_t start, T[] data)

Reads packets from the packet table starting at a specific index.

Parameters

startStarting packet index
dataArray to receive the packets

Throws

HDF5Exception if reading fails or if the packet table is invalid.