This class handles converting the ByteBuffer obtained from the file into a Java array containing the data. It makes use of Java NIO ByteBuffers bulk read methods where possible to enable high performance IO.
Some useful information about HDF5 → Java type mappings see: HDF5 Java wrapper H5.javah5py FAQJava primitive types
@author James Mudd