|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Deprecated Methods | |
|---|---|
| ncsa.hdf.object.Dataset.convertFromUnsignedC(Object)
Not for public use in the future. Using Dataset.convertFromUnsignedC(Object, Object) |
|
| ncsa.hdf.object.Dataset.convertToUnsignedC(Object)
Not for public use in the future. Using Dataset.convertToUnsignedC(Object, Object) |
|
| ncsa.hdf.object.CompoundDS.copy(Group, String, long[], Object)
Not implemented for compound dataset. |
|
| ncsa.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 |
|
| ncsa.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 |
|
| ncsa.hdf.object.h5.H5CompoundDS.create(String, Group, long[], String[], Datatype[], int[], int[][], Object)
Not for public use in the future. Using H5CompoundDS.create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], Object) |
|
| ncsa.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[], int[][], Object) |
|
| ncsa.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:
|
|
| ncsa.hdf.object.FileFormat.getHObject(String)
As of 2.4, replaced by FileFormat.get(String)
This static method, which as been deprecated, causes two problems:
|
|
| ncsa.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:
|
|
| ncsa.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. |
|
| ncsa.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 operation such as write/read will fail if the buffer type or size is changed. |
|
| ncsa.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
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||