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 voidHdf5Utils.close(ncsa.hdf.object.h5.H5File h5File) static ncsa.hdf.object.h5.H5FileHdf5Utils.createH5file(File file) static FileNeuroMLHDF5Writer.createNeuroMLH5file(NeuroMLDocument neuroml, File file) protected voidNeuroMLHDF5Reader.dataSet(ncsa.hdf.object.Dataset d) protected voidNeuroMLHDF5Reader.endGroup(ncsa.hdf.object.Group g) static ncsa.hdf.object.DatatypeNeuroMLHDF5Writer.getInputDatatype(ncsa.hdf.object.h5.H5File h5File) static ncsa.hdf.object.DatatypeNeuroMLHDF5Writer.getPopDatatype(ncsa.hdf.object.h5.H5File h5File) static ncsa.hdf.object.DatatypeNeuroMLHDF5Writer.getProjDatatype(ncsa.hdf.object.h5.H5File h5File) static ncsa.hdf.object.GroupHdf5Utils.getRootGroup(ncsa.hdf.object.h5.H5File h5File) static voidstatic voidHdf5Utils.open(ncsa.hdf.object.h5.H5File h5File) static ncsa.hdf.object.h5.H5FileHdf5Utils.openForRead(File f) static ncsa.hdf.object.h5.H5FileHdf5Utils.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 voidNeuroMLHDF5Reader.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 voidNeuroMLHDF5Reader.startGroup(ncsa.hdf.object.Group g)