|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
CompoundDS.CompoundDS(FileFormat, String, String)
Dataset.convertFromUnsignedC(Object, Object)
Dataset.convertToUnsignedC(Object, Object)
FileFormat.copy(HObject, Group, String)
To mimic the behavior originally provided by this method,
call the replacement method with null
as the 3rd
parameter.
FileFormat.createFile(String, int)
The replacement method has an additional parameter that
controls the behavior if the file already exists. Use
FileFormat.FILE_CREATE_DELETE
as the second
argument in the replacement method to mimic the behavior
originally provided by this method.
#create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], Object)
#create(String, Group, long[], long[], long[], int, String[], Datatype[], int[], int[][], Object)
FileFormat.createCompoundDS(String, Group, long[], long[], long[], int, String[], Datatype[], int[], Object)
The replacement method has additional parameters:
maxdims, chunks,
and gzip
. To mimic
the behavior originally provided by this method, call the
replacement method with the following parameter list:
( name, pgroup, dims, null, null, -1,
memberNames, memberDatatypes, memberSizes, data );
Dataset.Dataset(FileFormat, String, String)
Datatype.Datatype(FileFormat, String, String)
FileFormat.get(String)
This static method, which as been deprecated, causes two problems:
FileFormat.get(String)
This static method, which as been deprecated, causes two problems:
Dataset dset = H5File.getObject("hdf5_test.h5", "/images/iceburg"); ... // close the file through dset dset.getFileFormat().close();
Group.Group(FileFormat, String, String, Group)
H5.H5Acreate( int, String, int, int, int, int)
H5.H5Oget_info( int )
H5.H5Aopen_by_idx(int, String, int, int, long, int, int)
H5.H5Aopen_by_name(int, String, String, int, int)
H5CompoundDS.H5CompoundDS(FileFormat, String, String)
H5Datatype.H5Datatype(FileFormat, String, String)
H5.H5Dcreate(int, String, int, int, int, int, int)
H5.H5Dset_extent(int, long[])
H5.H5Dset_extent(int, long[])
H5.H5Dopen(int, String, int)
H5.H5Eprint2(int, Object)
H5.H5Gcreate(int, String, int, int, int)
H5.H5Oget_comment(int)
H5.H5Lget_val(int, String, String[] , int)
H5.H5Gget_info(int)
and #H5Oget_info(int)
H5.H5Lget_name_by_idx(int, String, int, int, long, int)
H5.H5Oget_info(int)
and #H5Lcreate_soft(String, int, String, int, int)
H5.H5Lmove(int, String, int,String, int, int)
H5.H5Gopen(int, String, int)
H5Group.H5Group(FileFormat, String, String, Group)
H5.H5Oset_comment(int, String)
H5.H5Ldelete(int, String, int)
H5.H5Pget_cache(int, int[], long[], long[], double[])
because of possible loss of precision
#H5Pget_filter(int, int, int[], int[], int[], int, String[], int[])
#H5Pget_filter_by_id(int, int, int[], int[], int[], int, String[], int[])
#H5Pset_fapl_log(int, String, long, int)
H5.H5Rget_obj_type(int, int, byte[], int[])
H5ScalarDS(FileFormat, String, String)
H5.H5Tarray_create(int, int, long[])
H5.H5Tcommit(int, String, int, int, int, int)
H5.H5Tget_array_dims(int, long[])
H5.H5Topen(int, String, int)
HDF5AtomException
with no specified detail
message.
HDF5AtomException
with the specified detail
message.
HDF5AttributeException
with no specified
detail message.
HDF5AttributeException
with the specified
detail message.
HDF5BtreeException
with no specified detail
message.
HDF5BtreeException
with the specified detail
message.
HDF5DataFiltersException
with no specified
detail message.
HDF5DataFiltersException
with the specified
detail message.
HDF5DatasetInterfaceException
with no
specified detail message.
HDF5DatasetInterfaceException
with the
specified detail message.
HDF5DataspaceInterfaceException
with no
specified detail message.
HDF5DataspaceInterfaceException
with the
specified detail message.
HDF5DataStorageExceptionn
with no specified
detail message.
HDF5DataStorageException
with the specified
detail message.
HDF5DatatypeInterfaceException
with no
specified detail message.
HDF5DatatypeInterfaceException
with the
specified detail message.
HDF5Exception
with no specified detail
message.
HDF5Exception
with the specified detail
message.
HDF5ExternalFileListException
with no
specified detail message.
HDF5ExternalFileListException
with the
specified detail message.
HDF5FileInterfaceException
with no specified
detail message.
HDF5FileInterfaceException
with the specified
detail message.
HDF5FunctionArgumentException
with no
specified detail message.
HDF5FunctionArgumentException
with the
specified detail message.
HDF5FunctionEntryExitException
with no
specified detail message.
HDF5FunctionEntryExitException
with the
specified detail message.
HDF5HeapException
with no specified detail
message.
HDF5HeapException
with the specified detail
message.
HDF5InternalErrorException
with no specified
detail message.
HDF5InternalErrorException
with the specified
detail message.
HDF5JavaException
with no specified detail
message.
HDF5JavaException
with the specified detail
message.
HDF5LibraryException
with no specified detail
message.
HDF5LibraryException
with the specified detail
message.
HDF5LowLevelIOException
with no specified
detail message.
HDF5LowLevelIOException
with the specified
detail message.
HDF5MetaDataCacheException
with no specified
detail message.
HDF5MetaDataCacheException
with the specified
detail message.
HDF5ObjectHeaderException
with no specified
detail message.
HDF5ObjectHeaderException
with the specified
detail message.
HDF5PropertyListInterfaceException
with no
specified detail message.
HDF5PropertyListInterfaceException
with the
specified detail message.
HDF5ReferenceException
with no specified
detail message.
HDF5ReferenceException
with the specified
detail message.
HDF5ResourceUnavailableException
with no
specified detail message.
HDF5FunctionArgumentException
with the
specified detail message.
HDF5SymbolTableException
with no specified
detail message.
HDF5SymbolTableException
with the specified
detail message.
HObject.HObject(FileFormat, String, String)
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.
HDF5LibraryException
, the HDF-5 Library error
stack, and and the Java stack trace to the standard error stream.
HDF5LibraryException
the HDF-5 Library error
stack, and and the Java stack trace to the specified print stream.
ScalarDS.ScalarDS(FileFormat, String, String)
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.
H5.H5Tget_native_type(int)
Return the HDF5 memory datatype identifier based on the HDF5 datatype identifier on disk
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |