Method and Description |
---|
hdf.object.Dataset.convertFromUnsignedC(Object)
Not for public use in the future.
Using Dataset.convertFromUnsignedC(Object, Object) |
hdf.object.Dataset.convertToUnsignedC(Object)
Not for public use in the future.
Using Dataset.convertToUnsignedC(Object, Object) |
hdf.object.CompoundDS.copy(Group, String, long[], Object)
Not implemented for compound dataset.
|
hdf.object.FileFormat.copy(HObject, Group)
As of 2.4, replaced by
FileFormat.copy(HObject, Group, String)
To mimic the behavior originally provided by this method,
call the replacement method with |
hdf.object.FileFormat.create(String)
As of 2.4, replaced by
FileFormat.createFile(String, int)
The replacement method has an additional parameter that
controls the behavior if the file already exists. Use
|
hdf.object.h5.H5CompoundDS.create(String, Group, long[], String[], Datatype[], int[], long[][], Object)
Not for public use in the future.
Using H5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], long[][], Object) |
hdf.object.h5.H5CompoundDS.create(String, Group, long[], String[], Datatype[], int[], Object)
Not for public use in the future.
Using H5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], long[][], Object) |
hdf.object.FileFormat.createCompoundDS(String, Group, long[], String[], Datatype[], int[], Object)
As of 2.4, replaced by
FileFormat.createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object)
The replacement method has additional parameters:
|
hdf.object.FileFormat.getHObject(String)
As of 2.4, replaced by
FileFormat.get(String)
This static method, which as been deprecated, causes two problems:
|
hdf.object.FileFormat.getHObject(String, String)
As of 2.4, replaced by
FileFormat.get(String)
This static method, which as been deprecated, causes two problems:
|
hdf.object.FileFormat.open(String, int)
As of 2.4, replaced by
FileFormat.createInstance(String, int)
The replacement method has identical functionality and a more
descriptive name. Since open is used elsewhere to
perform a different function this method has been deprecated. |
hdf.object.Dataset.setData(Object)
Not for public use in the future.
setData() is not safe to use because it changes memory buffer of the dataset object. Dataset operations such as write/read will fail if the buffer type or size is changed. |
hdf.object.h5.H5Datatype.toNative(int)
Not for public use in the future.
Using H5.H5Tget_native_type(int)
Return the HDF5 memory datatype identifier based on the HDF5 datatype identifier on disk |
Copyright © 2017. All Rights Reserved.