public class HDFUtils extends Object
Constructor and Description |
---|
HDFUtils() |
Modifier and Type | Method and Description |
---|---|
static int[] |
createCompressedDataSet(int locationID,
String name,
long[] size,
int type,
long[] chunk) |
static int[] |
createDataSet(int locationID,
String name,
long[] size,
int type) |
static void |
writeStringAttribute(int objectID,
String name,
String value) |
public static int[] createDataSet(int locationID, String name, long[] size, int type) throws HDF5LibraryException, HDF5Exception
HDF5LibraryException
HDF5Exception
public static int[] createCompressedDataSet(int locationID, String name, long[] size, int type, long[] chunk) throws HDF5LibraryException, HDF5Exception
HDF5LibraryException
HDF5Exception
public static void writeStringAttribute(int objectID, String name, String value) throws HDF5LibraryException, HDF5Exception
HDF5LibraryException
HDF5Exception
Copyright © 2015–2022 SCIFIO. All rights reserved.