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
HDF5LibraryExceptionHDF5Exceptionpublic static int[] createCompressedDataSet(int locationID,
String name,
long[] size,
int type,
long[] chunk)
throws HDF5LibraryException,
HDF5Exception
HDF5LibraryExceptionHDF5Exceptionpublic static void writeStringAttribute(int objectID,
String name,
String value)
throws HDF5LibraryException,
HDF5Exception
HDF5LibraryExceptionHDF5ExceptionCopyright © 2015–2022 SCIFIO. All rights reserved.