nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.IO.HDF5 / DatasetReader

DatasetReader

Full name Microsoft.VisualBasic.Data.IO.HDF5.device.DatasetReader Assembly Microsoft.VisualBasic.Data.IO.HDF5 Members 0

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

00 Remarks

https://github.com/jamesmudd/jhdf/blob/master/jhdf/src/main/java/io/jhdf/dataset/DatasetReader.java

01 Syntax

Microsoft.VisualBasic.Data.IO.HDF5.device.DatasetReader

02 Members