PacketTable.getNext
void getNext(T)(T[] data)Reads the next packets from the current index position.
Parameters
data | Array to receive the packets |
Throws
HDF5Exception if reading fails or if the packet table is invalid.
void getNext(T)(T[] data)Reads the next packets from the current index position.
data | Array to receive the packets |