PacketTable.read
void read(T)(hsize_t start, T[] data)Reads packets from the packet table starting at a specific index.
Parameters
start | Starting packet index |
data | Array to receive the packets |
Throws
HDF5Exception if reading fails or if the packet table is invalid.