Uses of Class
org.neuroml.model.util.hdf5.Hdf5Exception
Packages that use Hdf5Exception
-
Uses of Hdf5Exception in org.neuroml.model.util.hdf5
Methods in org.neuroml.model.util.hdf5 that throw Hdf5ExceptionModifier and TypeMethodDescriptionstatic void
Hdf5Utils.close
(ncsa.hdf.object.h5.H5File h5File) static ncsa.hdf.object.h5.H5File
Hdf5Utils.createH5file
(File file) static File
NeuroMLHDF5Writer.createNeuroMLH5file
(NeuroMLDocument neuroml, File file) protected void
NeuroMLHDF5Reader.dataSet
(ncsa.hdf.object.Dataset d) protected void
NeuroMLHDF5Reader.endGroup
(ncsa.hdf.object.Group g) static ncsa.hdf.object.Datatype
NeuroMLHDF5Writer.getInputDatatype
(ncsa.hdf.object.h5.H5File h5File) static ncsa.hdf.object.Datatype
NeuroMLHDF5Writer.getPopDatatype
(ncsa.hdf.object.h5.H5File h5File) static ncsa.hdf.object.Datatype
NeuroMLHDF5Writer.getProjDatatype
(ncsa.hdf.object.h5.H5File h5File) static ncsa.hdf.object.Group
Hdf5Utils.getRootGroup
(ncsa.hdf.object.h5.H5File h5File) static void
static void
Hdf5Utils.open
(ncsa.hdf.object.h5.H5File h5File) static ncsa.hdf.object.h5.H5File
Hdf5Utils.openForRead
(File f) static ncsa.hdf.object.h5.H5File
Hdf5Utils.openH5file
(File file) NeuroMLHDF5Reader.parse
(File hdf5File, boolean includeConnections, ArrayList<String> alreadyIncluded) NeuroMLHDF5Reader.parse
(File hdf5File, boolean includeConnections, ArrayList<String> alreadyIncluded, boolean includeIncludes) static float[][]
Hdf5Utils.parse2Ddataset
(ncsa.hdf.object.Dataset d) static ArrayList<ncsa.hdf.object.Attribute>
Hdf5Utils.parseDatasetForAttributes
(ncsa.hdf.object.Dataset d) protected void
NeuroMLHDF5Reader.parseGroup
(ncsa.hdf.object.Group g) static ArrayList<ncsa.hdf.object.Attribute>
Hdf5Utils.parseGroupForAttributes
(ncsa.hdf.object.Group g) NeuroMLHDF5Reader.parseOptimized
(File hdf5File) NeuroMLHDF5Reader.parseOptimized
(File hdf5File, boolean includeIncludes) protected void
NeuroMLHDF5Reader.startGroup
(ncsa.hdf.object.Group g)