@Deprecated public interface IHDF5LegacyReader extends IHDF5EnumBasicReader, IHDF5CompoundBasicReader
Modifier and Type | Method and Description |
---|---|
IHDF5CompoundReader |
compounds()
Deprecated.
Use
IHDF5Reader.compound() instead. |
void |
copy(java.lang.String sourceObject,
IHDF5Writer destinationWriter)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
void |
copy(java.lang.String sourceObject,
IHDF5Writer destinationWriter,
java.lang.String destinationObject)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
void |
copyAll(IHDF5Writer destinationWriter)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
IHDF5EnumReader |
enums()
Deprecated.
Use
IHDF5Reader.enumeration() instead. |
boolean |
exists(java.lang.String objectPath,
boolean followLink)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.util.List<java.lang.String> |
getAllAttributeNames(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.util.List<HDF5LinkInformation> |
getAllGroupMemberInformation(java.lang.String groupPath,
boolean readLinkTargets)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.util.List<java.lang.String> |
getAllGroupMembers(java.lang.String groupPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.lang.Iterable<HDF5DataBlock<byte[]>> |
getAsByteArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.opaque() instead. |
byte[] |
getAttributeAsByteArray(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.opaque() instead. |
HDF5DataTypeInformation |
getAttributeInformation(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
HDF5DataTypeInformation |
getAttributeInformation(java.lang.String objectPath,
java.lang.String attributeName,
HDF5DataTypeInformation.DataTypeInfoOptions dataTypeInfoOptions)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.util.List<java.lang.String> |
getAttributeNames(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
boolean |
getBooleanAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.bool() . |
byte[] |
getByteArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
java.lang.Iterable<HDF5DataBlock<byte[]>> |
getByteArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
byte |
getByteAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
byte[][] |
getByteMatrixAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
MDByteArray |
getByteMDArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
java.lang.Iterable<HDF5MDDataBlock<MDByteArray>> |
getByteMDArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
HDF5DataSetInformation |
getDataSetInformation(java.lang.String dataSetPath,
HDF5DataTypeInformation.DataTypeInfoOptions dataTypeInfoOptions)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.util.Date[] |
getDateArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.time() instead. |
java.util.Date |
getDateAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.time() instead. |
double[] |
getDoubleArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
java.lang.Iterable<HDF5DataBlock<double[]>> |
getDoubleArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
double |
getDoubleAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
double[][] |
getDoubleMatrixAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
MDDoubleArray |
getDoubleMDArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
java.lang.Iterable<HDF5MDDataBlock<MDDoubleArray>> |
getDoubleMDArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
java.io.File |
getFile()
Deprecated.
Use the corresponding method in
IHDF5Reader.file() instead. |
float[] |
getFloatArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
java.lang.Iterable<HDF5DataBlock<float[]>> |
getFloatArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
float |
getFloatAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
float[][] |
getFloatMatrixAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
MDFloatArray |
getFloatMDArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
java.lang.Iterable<HDF5MDDataBlock<MDFloatArray>> |
getFloatMDArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
java.util.List<HDF5LinkInformation> |
getGroupMemberInformation(java.lang.String groupPath,
boolean readLinkTargets)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.util.List<java.lang.String> |
getGroupMemberPaths(java.lang.String groupPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.lang.String |
getHouseKeepingNameSuffix()
Deprecated.
Use the corresponding method in
IHDF5Reader.file() instead. |
int[] |
getIntArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
java.lang.Iterable<HDF5DataBlock<int[]>> |
getIntArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
int |
getIntAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
int[][] |
getIntMatrixAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
MDIntArray |
getIntMDArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
java.lang.Iterable<HDF5MDDataBlock<MDIntArray>> |
getIntMDArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
HDF5LinkInformation |
getLinkInformation(java.lang.String objectPath)
Deprecated.
Returns the link information for the given objectPath.
|
long[] |
getLongArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
java.lang.Iterable<HDF5DataBlock<long[]>> |
getLongArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
long |
getLongAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
long[][] |
getLongMatrixAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
MDLongArray |
getLongMDArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
java.lang.Iterable<HDF5MDDataBlock<MDLongArray>> |
getLongMDArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
long |
getNumberOfElements(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
HDF5ObjectInformation |
getObjectInformation(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.lang.String[] |
getObjectReferenceArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.String[] |
getObjectReferenceArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName,
boolean resolveName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.Iterable<HDF5DataBlock<java.lang.String[]>> |
getObjectReferenceArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.Iterable<HDF5DataBlock<java.lang.String[]>> |
getObjectReferenceArrayNaturalBlocks(java.lang.String dataSetPath,
boolean resolveName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.String |
getObjectReferenceAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.String |
getObjectReferenceAttribute(java.lang.String objectPath,
java.lang.String attributeName,
boolean resolveName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
MDArray<java.lang.String> |
getObjectReferenceMDArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
MDArray<java.lang.String> |
getObjectReferenceMDArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName,
boolean resolveName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.Iterable<HDF5MDDataBlock<MDArray<java.lang.String>>> |
getObjectReferenceMDArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.Iterable<HDF5MDDataBlock<MDArray<java.lang.String>>> |
getObjectReferenceMDArrayNaturalBlocks(java.lang.String dataSetPath,
boolean resolveName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
HDF5ObjectType |
getObjectType(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
HDF5ObjectType |
getObjectType(java.lang.String objectPath,
boolean followLink)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
short[] |
getShortArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
java.lang.Iterable<HDF5DataBlock<short[]>> |
getShortArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
short |
getShortAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
short[][] |
getShortMatrixAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
MDShortArray |
getShortMDArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
java.lang.Iterable<HDF5MDDataBlock<MDShortArray>> |
getShortMDArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
long |
getSize(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.lang.String[] |
getStringArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.string() instead. |
java.lang.Iterable<HDF5DataBlock<java.lang.String[]>> |
getStringArrayNaturalBlocks(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.string() instead. |
java.lang.String |
getStringAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.string() instead. |
MDArray<java.lang.String> |
getStringMDArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.string() instead. |
java.lang.Iterable<HDF5MDDataBlock<MDArray<java.lang.String>>> |
getStringMDArrayNaturalBlocks(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.string() instead. |
java.lang.Iterable<HDF5DataBlock<HDF5TimeDuration[]>> |
getTimeDurationAndUnitArrayNaturalBlocks(java.lang.String objectPath)
Deprecated.
|
HDF5TimeDurationArray |
getTimeDurationArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.duration() instead. |
java.lang.Iterable<HDF5DataBlock<HDF5TimeDurationArray>> |
getTimeDurationArrayNaturalBlocks(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.duration() instead. |
java.lang.Iterable<HDF5DataBlock<long[]>> |
getTimeDurationArrayNaturalBlocks(java.lang.String objectPath,
HDF5TimeUnit timeUnit)
Deprecated.
|
HDF5TimeDuration |
getTimeDurationAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.duration() instead. |
long[] |
getTimeStampArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.time() instead. |
java.lang.Iterable<HDF5DataBlock<long[]>> |
getTimeStampArrayNaturalBlocks(java.lang.String dataSetPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.time() instead. |
long |
getTimeStampAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.time() instead. |
boolean |
hasAttribute(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Returns
true , if the objectPath has an attribute with name
attributeName. |
boolean |
isBitSetInBitField(java.lang.String objectPath,
int bitIndex)
Deprecated.
Use the corresponding method in
IHDF5Reader.bool() . |
boolean |
isClosed()
Deprecated.
Use the corresponding method in
IHDF5Reader.file() instead. |
boolean |
isDataSet(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
boolean |
isDataSet(java.lang.String objectPath,
boolean followLink)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
boolean |
isDataType(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
boolean |
isDataType(java.lang.String objectPath,
boolean followLink)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
boolean |
isExternalLink(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
boolean |
isGroup(java.lang.String objectPath,
boolean followLink)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
boolean |
isHouseKeepingObject(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
boolean |
isPerformNumericConversions()
Deprecated.
Use the corresponding method in
IHDF5Reader.file() instead. |
boolean |
isSoftLink(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
boolean |
isSymbolicLink(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
boolean |
isTimeDuration(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.duration() instead. |
boolean |
isTimeDuration(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.duration() instead. |
boolean |
isTimeStamp(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.time() instead. |
boolean |
isTimeStamp(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.time() instead. |
byte[] |
readAsByteArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.opaque() instead. |
byte[] |
readAsByteArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.opaque() instead. |
byte[] |
readAsByteArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.opaque() instead. |
int |
readAsByteArrayToBlockWithOffset(java.lang.String objectPath,
byte[] buffer,
int blockSize,
long offset,
int memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.opaque() instead. |
java.util.BitSet |
readBitField(java.lang.String objectPath)
Deprecated.
Reads a bit field (which can be considered the equivalent to a boolean array of rank 1) from
the data set objectPath and returns it as a Java
BitSet . |
java.util.BitSet |
readBitFieldBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.bool() . |
java.util.BitSet |
readBitFieldBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.bool() . |
boolean |
readBoolean(java.lang.String objectPath)
Deprecated.
Reads a
Boolean value from the data set objectPath. |
byte |
readByte(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
byte[] |
readByteArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
byte[] |
readByteArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
byte[] |
readByteArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
byte[][] |
readByteMatrix(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
byte[][] |
readByteMatrixBlock(java.lang.String objectPath,
int blockSizeX,
int blockSizeY,
long blockNumberX,
long blockNumberY)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
byte[][] |
readByteMatrixBlockWithOffset(java.lang.String objectPath,
int blockSizeX,
int blockSizeY,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
MDByteArray |
readByteMDArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
MDByteArray |
readByteMDArrayBlock(java.lang.String objectPath,
int[] blockDimensions,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
MDByteArray |
readByteMDArrayBlockWithOffset(java.lang.String objectPath,
int[] blockDimensions,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
java.util.Date |
readDate(java.lang.String objectPath)
Deprecated.
Reads a time stamp value from the data set objectPath and returns it as a
Date . |
java.util.Date[] |
readDateArray(java.lang.String objectPath)
Deprecated.
Reads a time stamp array (of rank 1) from the data set objectPath and returns it
as an array of
Date s. |
double |
readDouble(java.lang.String objectPath)
Deprecated.
Reads a
double value from the data set objectPath. |
double[] |
readDoubleArray(java.lang.String objectPath)
Deprecated.
Reads a
double array (of rank 1) from the data set objectPath. |
double[] |
readDoubleArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
double[] |
readDoubleArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
double[][] |
readDoubleMatrix(java.lang.String objectPath)
Deprecated.
Reads a
double matrix (array of arrays) from the data set objectPath. |
double[][] |
readDoubleMatrixBlock(java.lang.String objectPath,
int blockSizeX,
int blockSizeY,
long blockNumberX,
long blockNumberY)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
double[][] |
readDoubleMatrixBlockWithOffset(java.lang.String objectPath,
int blockSizeX,
int blockSizeY,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
MDDoubleArray |
readDoubleMDArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
MDDoubleArray |
readDoubleMDArrayBlock(java.lang.String objectPath,
int[] blockDimensions,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
MDDoubleArray |
readDoubleMDArrayBlockWithOffset(java.lang.String objectPath,
int[] blockDimensions,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
float |
readFloat(java.lang.String objectPath)
Deprecated.
Reads a
float value from the data set objectPath. |
float[] |
readFloatArray(java.lang.String objectPath)
Deprecated.
Reads a
float array (of rank 1) from the data set objectPath. |
float[] |
readFloatArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
float[] |
readFloatArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
float[][] |
readFloatMatrix(java.lang.String objectPath)
Deprecated.
Reads a
float matrix (array of arrays) from the data set objectPath. |
float[][] |
readFloatMatrixBlock(java.lang.String objectPath,
int blockSizeX,
int blockSizeY,
long blockNumberX,
long blockNumberY)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
float[][] |
readFloatMatrixBlockWithOffset(java.lang.String objectPath,
int blockSizeX,
int blockSizeY,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
MDFloatArray |
readFloatMDArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
MDFloatArray |
readFloatMDArrayBlock(java.lang.String objectPath,
int[] blockDimensions,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
MDFloatArray |
readFloatMDArrayBlockWithOffset(java.lang.String objectPath,
int[] blockDimensions,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
int |
readInt(java.lang.String objectPath)
Deprecated.
Reads a
int value from the data set objectPath. |
int[] |
readIntArray(java.lang.String objectPath)
Deprecated.
Reads a
int array (of rank 1) from the data set objectPath. |
int[] |
readIntArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
int[] |
readIntArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
int[][] |
readIntMatrix(java.lang.String objectPath)
Deprecated.
Reads a
int matrix (array of arrays) from the data set objectPath. |
int[][] |
readIntMatrixBlock(java.lang.String objectPath,
int blockSizeX,
int blockSizeY,
long blockNumberX,
long blockNumberY)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
int[][] |
readIntMatrixBlockWithOffset(java.lang.String objectPath,
int blockSizeX,
int blockSizeY,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
MDIntArray |
readIntMDArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
MDIntArray |
readIntMDArrayBlock(java.lang.String objectPath,
int[] blockDimensions,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
MDIntArray |
readIntMDArrayBlockWithOffset(java.lang.String objectPath,
int[] blockDimensions,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
long |
readLong(java.lang.String objectPath)
Deprecated.
Reads a
long value from the data set objectPath. |
long[] |
readLongArray(java.lang.String objectPath)
Deprecated.
Reads a
long array (of rank 1) from the data set objectPath. |
long[] |
readLongArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
long[] |
readLongArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
long[][] |
readLongMatrix(java.lang.String objectPath)
Deprecated.
Reads a
long matrix (array of arrays) from the data set objectPath. |
long[][] |
readLongMatrixBlock(java.lang.String objectPath,
int blockSizeX,
int blockSizeY,
long blockNumberX,
long blockNumberY)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
long[][] |
readLongMatrixBlockWithOffset(java.lang.String objectPath,
int blockSizeX,
int blockSizeY,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
MDLongArray |
readLongMDArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
MDLongArray |
readLongMDArrayBlock(java.lang.String objectPath,
int[] blockDimensions,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
MDLongArray |
readLongMDArrayBlockWithOffset(java.lang.String objectPath,
int[] blockDimensions,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
java.lang.String |
readObjectReference(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.String |
readObjectReference(java.lang.String objectPath,
boolean resolveName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.String[] |
readObjectReferenceArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.String[] |
readObjectReferenceArray(java.lang.String objectPath,
boolean resolveName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.String[] |
readObjectReferenceArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.String[] |
readObjectReferenceArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber,
boolean resolveName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.String[] |
readObjectReferenceArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.String[] |
readObjectReferenceArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset,
boolean resolveName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
MDArray<java.lang.String> |
readObjectReferenceMDArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
MDArray<java.lang.String> |
readObjectReferenceMDArray(java.lang.String objectPath,
boolean resolveName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
MDArray<java.lang.String> |
readObjectReferenceMDArrayBlock(java.lang.String objectPath,
int[] blockDimensions,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
MDArray<java.lang.String> |
readObjectReferenceMDArrayBlock(java.lang.String objectPath,
int[] blockDimensions,
long[] blockNumber,
boolean resolveName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
MDArray<java.lang.String> |
readObjectReferenceMDArrayBlockWithOffset(java.lang.String objectPath,
int[] blockDimensions,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
MDArray<java.lang.String> |
readObjectReferenceMDArrayBlockWithOffset(java.lang.String objectPath,
int[] blockDimensions,
long[] offset,
boolean resolveName)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
short |
readShort(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
short[] |
readShortArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
short[] |
readShortArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
short[] |
readShortArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
short[][] |
readShortMatrix(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
short[][] |
readShortMatrixBlock(java.lang.String objectPath,
int blockSizeX,
int blockSizeY,
long blockNumberX,
long blockNumberY)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
short[][] |
readShortMatrixBlockWithOffset(java.lang.String objectPath,
int blockSizeX,
int blockSizeY,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
MDShortArray |
readShortMDArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
MDShortArray |
readShortMDArrayBlock(java.lang.String objectPath,
int[] blockDimensions,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
MDShortArray |
readShortMDArrayBlockWithOffset(java.lang.String objectPath,
int[] blockDimensions,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
java.lang.String |
readString(java.lang.String objectPath)
Deprecated.
Reads a string from the data set objectPath.
|
java.lang.String[] |
readStringArray(java.lang.String objectPath)
Deprecated.
Reads a string array (of rank 1) from the data set objectPath.
|
java.lang.String[] |
readStringArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.string() instead. |
java.lang.String[] |
readStringArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.string() instead. |
MDArray<java.lang.String> |
readStringMDArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.string() instead. |
MDArray<java.lang.String> |
readStringMDArrayBlock(java.lang.String objectPath,
int[] blockDimensions,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.string() instead. |
MDArray<java.lang.String> |
readStringMDArrayBlockWithOffset(java.lang.String objectPath,
int[] blockDimensions,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.string() instead. |
HDF5TimeDuration |
readTimeDuration(java.lang.String objectPath)
Deprecated.
Reads a time duration value and its unit from the data set objectPath.
|
long |
readTimeDuration(java.lang.String objectPath,
HDF5TimeUnit timeUnit)
Deprecated.
|
HDF5TimeDuration |
readTimeDurationAndUnit(java.lang.String objectPath)
Deprecated.
Use
IHDF5TimeDurationReader.read(String) instead. |
HDF5TimeDuration[] |
readTimeDurationAndUnitArray(java.lang.String objectPath)
Deprecated.
Use
IHDF5TimeDurationReader.readArray(String) instead. |
HDF5TimeDuration[] |
readTimeDurationAndUnitArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
|
HDF5TimeDuration[] |
readTimeDurationAndUnitArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
|
HDF5TimeDurationArray |
readTimeDurationArray(java.lang.String objectPath)
Deprecated.
Reads a time duration array from the data set objectPath.
|
long[] |
readTimeDurationArray(java.lang.String objectPath,
HDF5TimeUnit timeUnit)
Deprecated.
|
HDF5TimeDurationArray |
readTimeDurationArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.duration() instead. |
long[] |
readTimeDurationArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber,
HDF5TimeUnit timeUnit)
Deprecated.
|
HDF5TimeDurationArray |
readTimeDurationArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.duration() instead. |
long[] |
readTimeDurationArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset,
HDF5TimeUnit timeUnit)
Deprecated.
|
long |
readTimeStamp(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.time() instead. |
long[] |
readTimeStampArray(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.time() instead. |
long[] |
readTimeStampArrayBlock(java.lang.String objectPath,
int blockSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Reader.time() instead. |
long[] |
readTimeStampArrayBlockWithOffset(java.lang.String objectPath,
int blockSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Reader.time() instead. |
int[] |
readToByteMDArrayBlockWithOffset(java.lang.String objectPath,
MDByteArray array,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
int[] |
readToByteMDArrayWithOffset(java.lang.String objectPath,
MDByteArray array,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int8() . |
int[] |
readToDoubleMDArrayBlockWithOffset(java.lang.String objectPath,
MDDoubleArray array,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
int[] |
readToDoubleMDArrayWithOffset(java.lang.String objectPath,
MDDoubleArray array,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.float64() . |
int[] |
readToFloatMDArrayBlockWithOffset(java.lang.String objectPath,
MDFloatArray array,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
int[] |
readToFloatMDArrayWithOffset(java.lang.String objectPath,
MDFloatArray array,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.float32() . |
int[] |
readToIntMDArrayBlockWithOffset(java.lang.String objectPath,
MDIntArray array,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
int[] |
readToIntMDArrayWithOffset(java.lang.String objectPath,
MDIntArray array,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int32() . |
int[] |
readToLongMDArrayBlockWithOffset(java.lang.String objectPath,
MDLongArray array,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
int[] |
readToLongMDArrayWithOffset(java.lang.String objectPath,
MDLongArray array,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int64() . |
int[] |
readToShortMDArrayBlockWithOffset(java.lang.String objectPath,
MDShortArray array,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
int[] |
readToShortMDArrayWithOffset(java.lang.String objectPath,
MDShortArray array,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Reader.int16() . |
java.lang.String |
resolvePath(java.lang.String reference)
Deprecated.
Use the corresponding method in
IHDF5Reader.reference() . |
java.lang.String |
toHouseKeepingPath(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.lang.String |
tryGetDataTypePath(HDF5DataType type)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.lang.String |
tryGetDataTypePath(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
java.lang.String |
tryGetOpaqueTag(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.opaque() instead. |
HDF5OpaqueType |
tryGetOpaqueType(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.opaque() instead. |
java.lang.String |
tryGetSymbolicLinkTarget(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
HDF5TimeUnit |
tryGetTimeUnit(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.duration() instead. |
HDF5TimeUnit |
tryGetTimeUnit(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.duration() instead. |
HDF5DataTypeVariant |
tryGetTypeVariant(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
HDF5DataTypeVariant |
tryGetTypeVariant(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Reader.object() instead. |
getDataSetEnumType, getEnumArrayAttribute, getEnumArrayAttributeAsString, getEnumArrayNaturalBlocks, getEnumArrayNaturalBlocks, getEnumAttribute, getEnumAttribute, getEnumAttributeAsString, getEnumType, getEnumType, getEnumType, getEnumTypeForObject, readEnum, readEnum, readEnum, readEnumArray, readEnumArray, readEnumArray, readEnumArrayAsString, readEnumArrayBlock, readEnumArrayBlock, readEnumArrayBlockWithOffset, readEnumArrayBlockWithOffset, readEnumAsString
getAttributeCompoundType, getCompoundArrayNaturalBlocks, getCompoundArrayNaturalBlocks, getCompoundArrayNaturalBlocks, getCompoundDataSetInformation, getCompoundDataSetInformation, getCompoundMDArrayNaturalBlocks, getCompoundMDArrayNaturalBlocks, getCompoundMDArrayNaturalBlocks, getCompoundMemberInformation, getCompoundMemberInformation, getCompoundType, getCompoundType, getDataSetCompoundType, getInferredCompoundType, getInferredCompoundType, getInferredCompoundType, getInferredCompoundType, getInferredCompoundType, getInferredCompoundType, getInferredCompoundType, getInferredCompoundType, getInferredCompoundType, getNamedCompoundType, getNamedCompoundType, readCompound, readCompound, readCompound, readCompoundArray, readCompoundArray, readCompoundArray, readCompoundArrayBlock, readCompoundArrayBlock, readCompoundArrayBlockWithOffset, readCompoundArrayBlockWithOffset, readCompoundMDArray, readCompoundMDArray, readCompoundMDArray, readCompoundMDArrayBlock, readCompoundMDArrayBlock, readCompoundMDArrayBlockWithOffset, readCompoundMDArrayBlockWithOffset
@Deprecated boolean isPerformNumericConversions()
IHDF5Reader.file()
instead.true
, if numeric conversions should be performed automatically, e.g.
between float
and int
.@Deprecated java.lang.String getHouseKeepingNameSuffix()
IHDF5Reader.file()
instead.@Deprecated java.io.File getFile()
IHDF5Reader.file()
instead.@Deprecated boolean isClosed()
IHDF5Reader.file()
instead.true
if this reader has been already closed.HDF5LinkInformation getLinkInformation(java.lang.String objectPath)
HDF5ObjectType.NONEXISTENT
.@Deprecated HDF5ObjectInformation getObjectInformation(java.lang.String objectPath)
IHDF5Reader.object()
instead.HDF5ObjectType.NONEXISTENT
and the other fields will not
be set.@Deprecated HDF5ObjectType getObjectType(java.lang.String objectPath, boolean followLink)
IHDF5Reader.object()
instead.false
and objectPath is a symbolic link, this method will return the
type of the link rather than the type of the object that the link points to.@Deprecated HDF5ObjectType getObjectType(java.lang.String objectPath)
IHDF5Reader.object()
instead.@Deprecated boolean exists(java.lang.String objectPath, boolean followLink)
IHDF5Reader.object()
instead.true
, if objectPath exists and false
otherwise.
if followLink is false
and objectPath is a symbolic link,
this method will return true
regardless of whether the link target exists or
not.@Deprecated java.lang.String toHouseKeepingPath(java.lang.String objectPath)
IHDF5Reader.object()
instead.@Deprecated boolean isHouseKeepingObject(java.lang.String objectPath)
IHDF5Reader.object()
instead.true
if objectPath denotes an internal (house-keeping)
object.@Deprecated boolean isGroup(java.lang.String objectPath, boolean followLink)
IHDF5Reader.object()
instead.true
if the objectPath exists and represents a group and
false
otherwise. Note that if followLink is false
this
method will return false
if objectPath is a symbolic link that points
to a group.@Deprecated boolean isDataSet(java.lang.String objectPath, boolean followLink)
IHDF5Reader.object()
instead.true
if the objectPath exists and represents a data set and
false
otherwise. Note that if followLink is false
this
method will return false
if objectPath is a symbolic link that points
to a data set.@Deprecated boolean isDataSet(java.lang.String objectPath)
IHDF5Reader.object()
instead.true
if the objectPath exists and represents a data set and
false
otherwise. Note that if objectPath is a symbolic link, this
method will return true
if the link target of the symbolic link is a data set,
that is, this method will follow symbolic links.@Deprecated boolean isDataType(java.lang.String objectPath, boolean followLink)
IHDF5Reader.object()
instead.true
if the objectPath exists and represents a data type and
false
otherwise. Note that if followLink is false
this
method will return false
if objectPath is a symbolic link that points
to a data type.@Deprecated boolean isDataType(java.lang.String objectPath)
IHDF5Reader.object()
instead.true
if the objectPath exists and represents a data type and
false
otherwise. Note that if objectPath is a symbolic link, this
method will return true
if the link target of the symbolic link is a data type,
that is, this method will follow symbolic links.@Deprecated boolean isSoftLink(java.lang.String objectPath)
IHDF5Reader.object()
instead.true
if the objectPath exists and represents a soft link and
false
otherwise.@Deprecated boolean isExternalLink(java.lang.String objectPath)
IHDF5Reader.object()
instead.true
if the objectPath exists and represents an external link
and false
otherwise.@Deprecated boolean isSymbolicLink(java.lang.String objectPath)
IHDF5Reader.object()
instead.true
if the objectPath exists and represents either a soft
link or an external link and false
otherwise.@Deprecated java.lang.String tryGetSymbolicLinkTarget(java.lang.String objectPath)
IHDF5Reader.object()
instead.null
, if objectPath is not a symbolic link.boolean hasAttribute(java.lang.String objectPath, java.lang.String attributeName)
true
, if the objectPath has an attribute with name
attributeName.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.true
, if the attribute exists for the object.@Deprecated java.util.List<java.lang.String> getAttributeNames(java.lang.String objectPath)
IHDF5Reader.object()
instead.objectPath
- The name (including path information) of the object (data set or group) to
return the attributes for.@Deprecated java.util.List<java.lang.String> getAllAttributeNames(java.lang.String objectPath)
IHDF5Reader.object()
instead.This may include attributes that are used internally by the library and are not supposed to be changed by application programmers.
objectPath
- The name (including path information) of the object (data set or group) to
return the attributes for.@Deprecated HDF5DataTypeInformation getAttributeInformation(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.object()
instead.HDF5DataTypeInformation
object.objectPath
- The name (including path information) of the object that has the attribute
to return information about.attributeName
- The name of the attribute to get information about.@Deprecated HDF5DataTypeInformation getAttributeInformation(java.lang.String objectPath, java.lang.String attributeName, HDF5DataTypeInformation.DataTypeInfoOptions dataTypeInfoOptions)
IHDF5Reader.object()
instead.HDF5DataTypeInformation
object.objectPath
- The name (including path information) of the object that has the attribute
to return information about.attributeName
- The name of the attribute to get information about.dataTypeInfoOptions
- The options on which information to get about the member data
types.@Deprecated HDF5DataSetInformation getDataSetInformation(java.lang.String dataSetPath, HDF5DataTypeInformation.DataTypeInfoOptions dataTypeInfoOptions)
IHDF5Reader.object()
instead.HDF5DataSetInformation
object. It is a
failure condition if the dataSetPath does not exist or does not identify a data
set.dataSetPath
- The name (including path information) of the data set to return
information about.dataTypeInfoOptions
- The options on which information to get about the member data
types.@Deprecated long getSize(java.lang.String objectPath)
IHDF5Reader.object()
instead.@Deprecated long getNumberOfElements(java.lang.String objectPath)
IHDF5Reader.object()
instead.@Deprecated void copy(java.lang.String sourceObject, IHDF5Writer destinationWriter, java.lang.String destinationObject)
IHDF5Reader.object()
instead.@Deprecated void copy(java.lang.String sourceObject, IHDF5Writer destinationWriter)
IHDF5Reader.object()
instead.@Deprecated void copyAll(IHDF5Writer destinationWriter)
IHDF5Reader.object()
instead.@Deprecated java.util.List<java.lang.String> getAllGroupMembers(java.lang.String groupPath)
IHDF5Reader.object()
instead.groupPath
- The path of the group to get the members for.java.lang.IllegalArgumentException
- If groupPath is not a group.@Deprecated java.util.List<java.lang.String> getGroupMemberPaths(java.lang.String groupPath)
IHDF5Reader.object()
instead.groupPath
- The path of the group to get the member paths for.java.lang.IllegalArgumentException
- If groupPath is not a group.@Deprecated java.util.List<HDF5LinkInformation> getGroupMemberInformation(java.lang.String groupPath, boolean readLinkTargets)
IHDF5Reader.object()
instead.groupPath
- The path of the group to get the members for.readLinkTargets
- If true
, for symbolic links the link targets will be
available via HDF5LinkInformation.tryGetSymbolicLinkTarget()
.java.lang.IllegalArgumentException
- If groupPath is not a group.@Deprecated java.util.List<HDF5LinkInformation> getAllGroupMemberInformation(java.lang.String groupPath, boolean readLinkTargets)
IHDF5Reader.object()
instead.This may include attributes that are used internally by the library and are not supposed to be changed by application programmers.
groupPath
- The path of the group to get the members for.readLinkTargets
- If true
, the link targets will be read for symbolic
links.java.lang.IllegalArgumentException
- If groupPath is not a group.@Deprecated HDF5DataTypeVariant tryGetTypeVariant(java.lang.String objectPath)
IHDF5Reader.object()
instead.null
, if no type
variant is defined for this objectPath.objectPath
- The name (including path information) of the data set object in the file.null
.@Deprecated HDF5DataTypeVariant tryGetTypeVariant(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.object()
instead.null
, if no type variant is defined for this objectPath.objectPath
- The name (including path information) of the data set object in the file.null
.@Deprecated java.lang.String tryGetDataTypePath(java.lang.String objectPath)
IHDF5Reader.object()
instead.null
, if this data set is not of a named data type.@Deprecated java.lang.String tryGetDataTypePath(HDF5DataType type)
IHDF5Reader.object()
instead.null
, if type is not
a named data type.@Deprecated java.lang.String tryGetOpaqueTag(java.lang.String objectPath)
IHDF5Reader.opaque()
instead.null
, if objectPath is not of an opaque data type (i.e. if
reader.getDataSetInformation(objectPath).getTypeInformation().getDataClass() != HDF5DataClass.OPAQUE
).objectPath
- The name (including path information) of the data set object in the file.null
.@Deprecated HDF5OpaqueType tryGetOpaqueType(java.lang.String objectPath)
IHDF5Reader.opaque()
instead.null
, if objectPath is not of such a
data type.objectPath
- The name (including path information) of the data set object in the file.null
.@Deprecated byte[] getAttributeAsByteArray(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.opaque()
instead.@Deprecated byte[] readAsByteArray(java.lang.String objectPath)
IHDF5Reader.opaque()
instead.objectPath
- The name (including path information) of the data set object in the file.@Deprecated byte[] readAsByteArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber) throws HDF5JavaException
IHDF5Reader.opaque()
instead.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size in numbers of elements (this will be the length of the
byte[]
returned, divided by the size of one element).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).HDF5JavaException
- If the data set is not of rank 1 or is a String.@Deprecated byte[] readAsByteArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset) throws HDF5JavaException
IHDF5Reader.opaque()
instead.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size in numbers of elements (this will be the length of the
byte[]
returned, divided by the size of one element).offset
- The offset of the block to read as number of elements (starting with 0).HDF5JavaException
- If the data set is not of rank 1.@Deprecated int readAsByteArrayToBlockWithOffset(java.lang.String objectPath, byte[] buffer, int blockSize, long offset, int memoryOffset) throws HDF5JavaException
IHDF5Reader.opaque()
instead.objectPath
- The name (including path information) of the data set object in the file.buffer
- The buffer to read the values in.blockSize
- The block size in numbers of elements (this will be the length of the
byte[]
returned, divided by the size of one element).offset
- The offset of the block in the data set as number of elements (zero-based).memoryOffset
- The offset of the block in buffer as number of elements
(zero-based).HDF5JavaException
- If the data set is not of rank 1.@Deprecated java.lang.Iterable<HDF5DataBlock<byte[]>> getAsByteArrayNaturalBlocks(java.lang.String dataSetPath) throws HDF5JavaException
IHDF5Reader.opaque()
instead.HDF5JavaException
- If the data set is not of rank 1.HDF5DataBlock
@Deprecated boolean getBooleanAttribute(java.lang.String objectPath, java.lang.String attributeName) throws HDF5JavaException
IHDF5Reader.bool()
.boolean
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
- If the attribute is not a boolean type.boolean readBoolean(java.lang.String objectPath) throws HDF5JavaException
Boolean
value from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the objectPath is not a boolean type.java.util.BitSet readBitField(java.lang.String objectPath) throws HDF5DatatypeInterfaceException
BitSet
.
Note that the storage form of the bit array is a long[]
. However, it is marked
in HDF5 to be interpreted bit-wise. Thus a data set written by
IHDF5LongWriter.writeArray(String, long[])
cannot be read back by this method but
will throw a HDF5DatatypeInterfaceException
.
objectPath
- The name (including path information) of the data set object in the file.BitSet
read from the data set.HDF5DatatypeInterfaceException
- If the objectPath is not of bit field type.@Deprecated java.util.BitSet readBitFieldBlock(java.lang.String objectPath, int blockSize, long blockNumber)
IHDF5Reader.bool()
.BitSet
.
Note that the storage form of the bit array is a long[]
. However, it is marked
in HDF5 to be interpreted bit-wise. Thus a data set written by
IHDF5LongWriter.writeArray(String, long[])
cannot be read back by this method but
will throw a HDF5DatatypeInterfaceException
.
objectPath
- The name (including path information) of the data set object in the file.blockSize
- The size of the block (in 64 bit words) to read.blockNumber
- The number of the block to read.BitSet
read from the data set.HDF5DatatypeInterfaceException
- If the objectPath is not of bit field type.@Deprecated java.util.BitSet readBitFieldBlockWithOffset(java.lang.String objectPath, int blockSize, long offset)
IHDF5Reader.bool()
.BitSet
.
Note that the storage form of the bit array is a long[]
. However, it is marked
in HDF5 to be interpreted bit-wise. Thus a data set written by
IHDF5LongWriter.writeArray(String, long[])
cannot be read back by this method but
will throw a HDF5DatatypeInterfaceException
.
objectPath
- The name (including path information) of the data set object in the file.blockSize
- The size of the block (in 64 bit words) to read.offset
- The offset of the block (in 64 bit words) to start reading from.BitSet
read from the data set.HDF5DatatypeInterfaceException
- If the objectPath is not of bit field type.@Deprecated boolean isBitSetInBitField(java.lang.String objectPath, int bitIndex)
IHDF5Reader.bool()
.true
if the bitIndex of the bit field dataset
objectPath is set, false
otherwise.
Will also return false
, if bitIndex is outside of the bitfield
dataset.
@Deprecated byte getByteAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.int8()
.byte
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated byte[] getByteArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.int8()
.byte[]
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated MDByteArray getByteMDArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.int8()
.byte
attribute named attributeName
from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated byte[][] getByteMatrixAttribute(java.lang.String objectPath, java.lang.String attributeName) throws HDF5JavaException
IHDF5Reader.int8()
.byte
matrix attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
@Deprecated byte readByte(java.lang.String objectPath)
IHDF5Reader.int8()
.byte
value from the data set objectPath. This method doesn't
check the data space but simply reads the first value.objectPath
- The name (including path information) of the data set object in the file.@Deprecated byte[] readByteArray(java.lang.String objectPath)
IHDF5Reader.int8()
.byte
array (of rank 1) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.@Deprecated int[] readToByteMDArrayWithOffset(java.lang.String objectPath, MDByteArray array, int[] memoryOffset)
IHDF5Reader.int8()
.byte
array data set objectPath into a given
array in memory.objectPath
- The name (including path information) of the data set object in the file.array
- The array to read the data into.memoryOffset
- The offset in the array to write the data to.@Deprecated int[] readToByteMDArrayBlockWithOffset(java.lang.String objectPath, MDByteArray array, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Reader.int8()
.byte
array data set objectPath
into a given array in memory.objectPath
- The name (including path information) of the data set object in the file.array
- The array to read the data into.blockDimensions
- The size of the block to read along each axis.offset
- The offset of the block in the data set.memoryOffset
- The offset of the block in the array to write the data to.@Deprecated byte[] readByteArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber)
IHDF5Reader.int8()
.byte
array (of rank 1) from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the byte[]
returned
if the data set is long enough).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).@Deprecated byte[] readByteArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset)
IHDF5Reader.int8()
.byte
array (of rank 1) from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the byte[]
returned).offset
- The offset of the block in the data set to start reading from (starting with
0).@Deprecated byte[][] readByteMatrix(java.lang.String objectPath) throws HDF5JavaException
IHDF5Reader.int8()
.byte
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated byte[][] readByteMatrixBlock(java.lang.String objectPath, int blockSizeX, int blockSizeY, long blockNumberX, long blockNumberY) throws HDF5JavaException
IHDF5Reader.int8()
.byte
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of the block in the x dimension.blockSizeY
- The size of the block in the y dimension.blockNumberX
- The block number in the x dimension (offset: multiply with
blockSizeX
).blockNumberY
- The block number in the y dimension (offset: multiply with
blockSizeY
).HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated byte[][] readByteMatrixBlockWithOffset(java.lang.String objectPath, int blockSizeX, int blockSizeY, long offsetX, long offsetY) throws HDF5JavaException
IHDF5Reader.int8()
.byte
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of the block in the x dimension.blockSizeY
- The size of the block in the y dimension.offsetX
- The offset in x dimension in the data set to start reading from.offsetY
- The offset in y dimension in the data set to start reading from.HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated MDByteArray readByteMDArray(java.lang.String objectPath)
IHDF5Reader.int8()
.byte
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.@Deprecated MDByteArray readByteMDArrayBlock(java.lang.String objectPath, int[] blockDimensions, long[] blockNumber)
IHDF5Reader.int8()
.byte
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.blockNumber
- The block number in each dimension (offset: multiply with the
blockDimensions in the according dimension).@Deprecated MDByteArray readByteMDArrayBlockWithOffset(java.lang.String objectPath, int[] blockDimensions, long[] offset)
IHDF5Reader.int8()
.byte
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.offset
- The offset in the data set to start reading from in each dimension.@Deprecated java.lang.Iterable<HDF5DataBlock<byte[]>> getByteArrayNaturalBlocks(java.lang.String dataSetPath) throws HDF5JavaException
IHDF5Reader.int8()
.HDF5JavaException
- If the data set is not of rank 1.HDF5DataBlock
@Deprecated java.lang.Iterable<HDF5MDDataBlock<MDByteArray>> getByteMDArrayNaturalBlocks(java.lang.String dataSetPath)
IHDF5Reader.int8()
.HDF5MDDataBlock
@Deprecated short getShortAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.int16()
.short
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated short[] getShortArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.int16()
.short[]
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated MDShortArray getShortMDArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.int16()
.short
attribute named attributeName
from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated short[][] getShortMatrixAttribute(java.lang.String objectPath, java.lang.String attributeName) throws HDF5JavaException
IHDF5Reader.int16()
.short
matrix attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
@Deprecated short readShort(java.lang.String objectPath)
IHDF5Reader.int16()
.short
value from the data set objectPath. This method doesn't
check the data space but simply reads the first value.objectPath
- The name (including path information) of the data set object in the file.@Deprecated short[] readShortArray(java.lang.String objectPath)
IHDF5Reader.int16()
.short
array (of rank 1) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.@Deprecated int[] readToShortMDArrayWithOffset(java.lang.String objectPath, MDShortArray array, int[] memoryOffset)
IHDF5Reader.int16()
.short
array data set objectPath into a
given array in memory.objectPath
- The name (including path information) of the data set object in the file.array
- The array to read the data into.memoryOffset
- The offset in the array to write the data to.@Deprecated int[] readToShortMDArrayBlockWithOffset(java.lang.String objectPath, MDShortArray array, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Reader.int16()
.short
array data set
objectPath into a given array in memory.objectPath
- The name (including path information) of the data set object in the file.array
- The array to read the data into.blockDimensions
- The size of the block to read along each axis.offset
- The offset of the block in the data set.memoryOffset
- The offset of the block in the array to write the data to.@Deprecated short[] readShortArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber)
IHDF5Reader.int16()
.short
array (of rank 1) from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the short[]
returned
if the data set is long enough).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).@Deprecated short[] readShortArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset)
IHDF5Reader.int16()
.short
array (of rank 1) from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the short[]
returned).offset
- The offset of the block in the data set to start reading from (starting with
0).@Deprecated short[][] readShortMatrix(java.lang.String objectPath) throws HDF5JavaException
IHDF5Reader.int16()
.short
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated short[][] readShortMatrixBlock(java.lang.String objectPath, int blockSizeX, int blockSizeY, long blockNumberX, long blockNumberY) throws HDF5JavaException
IHDF5Reader.int16()
.short
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of the block in the x dimension.blockSizeY
- The size of the block in the y dimension.blockNumberX
- The block number in the x dimension (offset: multiply with
blockSizeX
).blockNumberY
- The block number in the y dimension (offset: multiply with
blockSizeY
).HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated short[][] readShortMatrixBlockWithOffset(java.lang.String objectPath, int blockSizeX, int blockSizeY, long offsetX, long offsetY) throws HDF5JavaException
IHDF5Reader.int16()
.short
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of the block in the x dimension.blockSizeY
- The size of the block in the y dimension.offsetX
- The offset in x dimension in the data set to start reading from.offsetY
- The offset in y dimension in the data set to start reading from.HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated MDShortArray readShortMDArray(java.lang.String objectPath)
IHDF5Reader.int16()
.short
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.@Deprecated MDShortArray readShortMDArrayBlock(java.lang.String objectPath, int[] blockDimensions, long[] blockNumber)
IHDF5Reader.int16()
.short
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.blockNumber
- The block number in each dimension (offset: multiply with the
blockDimensions in the according dimension).@Deprecated MDShortArray readShortMDArrayBlockWithOffset(java.lang.String objectPath, int[] blockDimensions, long[] offset)
IHDF5Reader.int16()
.short
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.offset
- The offset in the data set to start reading from in each dimension.@Deprecated java.lang.Iterable<HDF5DataBlock<short[]>> getShortArrayNaturalBlocks(java.lang.String dataSetPath) throws HDF5JavaException
IHDF5Reader.int16()
.HDF5JavaException
- If the data set is not of rank 1.HDF5DataBlock
@Deprecated java.lang.Iterable<HDF5MDDataBlock<MDShortArray>> getShortMDArrayNaturalBlocks(java.lang.String dataSetPath)
IHDF5Reader.int16()
.HDF5MDDataBlock
@Deprecated int getIntAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.int32()
.int
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated int[] getIntArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.int32()
.int[]
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated MDIntArray getIntMDArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.int32()
.int
attribute named attributeName
from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated int[][] getIntMatrixAttribute(java.lang.String objectPath, java.lang.String attributeName) throws HDF5JavaException
IHDF5Reader.int32()
.int
matrix attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
int readInt(java.lang.String objectPath)
int
value from the data set objectPath. This method doesn't
check the data space but simply reads the first value.objectPath
- The name (including path information) of the data set object in the file.int[] readIntArray(java.lang.String objectPath)
int
array (of rank 1) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.@Deprecated int[] readToIntMDArrayWithOffset(java.lang.String objectPath, MDIntArray array, int[] memoryOffset)
IHDF5Reader.int32()
.int
array data set objectPath into a given
array in memory.objectPath
- The name (including path information) of the data set object in the file.array
- The array to read the data into.memoryOffset
- The offset in the array to write the data to.@Deprecated int[] readToIntMDArrayBlockWithOffset(java.lang.String objectPath, MDIntArray array, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Reader.int32()
.int
array data set objectPath
into a given array in memory.objectPath
- The name (including path information) of the data set object in the file.array
- The array to read the data into.blockDimensions
- The size of the block to read along each axis.offset
- The offset of the block in the data set.memoryOffset
- The offset of the block in the array to write the data to.@Deprecated int[] readIntArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber)
IHDF5Reader.int32()
.int
array (of rank 1) from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the int[]
returned
if the data set is long enough).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).@Deprecated int[] readIntArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset)
IHDF5Reader.int32()
.int
array (of rank 1) from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the int[]
returned).offset
- The offset of the block in the data set to start reading from (starting with
0).int[][] readIntMatrix(java.lang.String objectPath) throws HDF5JavaException
int
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated int[][] readIntMatrixBlock(java.lang.String objectPath, int blockSizeX, int blockSizeY, long blockNumberX, long blockNumberY) throws HDF5JavaException
IHDF5Reader.int32()
.int
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of the block in the x dimension.blockSizeY
- The size of the block in the y dimension.blockNumberX
- The block number in the x dimension (offset: multiply with
blockSizeX
).blockNumberY
- The block number in the y dimension (offset: multiply with
blockSizeY
).HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated int[][] readIntMatrixBlockWithOffset(java.lang.String objectPath, int blockSizeX, int blockSizeY, long offsetX, long offsetY) throws HDF5JavaException
IHDF5Reader.int32()
.int
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of the block in the x dimension.blockSizeY
- The size of the block in the y dimension.offsetX
- The offset in x dimension in the data set to start reading from.offsetY
- The offset in y dimension in the data set to start reading from.HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated MDIntArray readIntMDArray(java.lang.String objectPath)
IHDF5Reader.int32()
.int
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.@Deprecated MDIntArray readIntMDArrayBlock(java.lang.String objectPath, int[] blockDimensions, long[] blockNumber)
IHDF5Reader.int32()
.int
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.blockNumber
- The block number in each dimension (offset: multiply with the
blockDimensions in the according dimension).@Deprecated MDIntArray readIntMDArrayBlockWithOffset(java.lang.String objectPath, int[] blockDimensions, long[] offset)
IHDF5Reader.int32()
.int
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.offset
- The offset in the data set to start reading from in each dimension.@Deprecated java.lang.Iterable<HDF5DataBlock<int[]>> getIntArrayNaturalBlocks(java.lang.String dataSetPath) throws HDF5JavaException
IHDF5Reader.int32()
.HDF5JavaException
- If the data set is not of rank 1.HDF5DataBlock
@Deprecated java.lang.Iterable<HDF5MDDataBlock<MDIntArray>> getIntMDArrayNaturalBlocks(java.lang.String dataSetPath)
IHDF5Reader.int32()
.HDF5MDDataBlock
@Deprecated long getLongAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.int64()
.long
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated long[] getLongArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.int64()
.long[]
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated MDLongArray getLongMDArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.int64()
.long
attribute named attributeName
from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated long[][] getLongMatrixAttribute(java.lang.String objectPath, java.lang.String attributeName) throws HDF5JavaException
IHDF5Reader.int64()
.long
matrix attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
long readLong(java.lang.String objectPath)
long
value from the data set objectPath. This method doesn't
check the data space but simply reads the first value.objectPath
- The name (including path information) of the data set object in the file.long[] readLongArray(java.lang.String objectPath)
long
array (of rank 1) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.@Deprecated int[] readToLongMDArrayWithOffset(java.lang.String objectPath, MDLongArray array, int[] memoryOffset)
IHDF5Reader.int64()
.long
array data set objectPath into a given
array in memory.objectPath
- The name (including path information) of the data set object in the file.array
- The array to read the data into.memoryOffset
- The offset in the array to write the data to.@Deprecated int[] readToLongMDArrayBlockWithOffset(java.lang.String objectPath, MDLongArray array, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Reader.int64()
.long
array data set objectPath
into a given array in memory.objectPath
- The name (including path information) of the data set object in the file.array
- The array to read the data into.blockDimensions
- The size of the block to read along each axis.offset
- The offset of the block in the data set.memoryOffset
- The offset of the block in the array to write the data to.@Deprecated long[] readLongArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber)
IHDF5Reader.int64()
.long
array (of rank 1) from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned
if the data set is long enough).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).@Deprecated long[] readLongArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset)
IHDF5Reader.int64()
.long
array (of rank 1) from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned).offset
- The offset of the block in the data set to start reading from (starting with
0).long[][] readLongMatrix(java.lang.String objectPath) throws HDF5JavaException
long
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated long[][] readLongMatrixBlock(java.lang.String objectPath, int blockSizeX, int blockSizeY, long blockNumberX, long blockNumberY) throws HDF5JavaException
IHDF5Reader.int64()
.long
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of the block in the x dimension.blockSizeY
- The size of the block in the y dimension.blockNumberX
- The block number in the x dimension (offset: multiply with
blockSizeX
).blockNumberY
- The block number in the y dimension (offset: multiply with
blockSizeY
).HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated long[][] readLongMatrixBlockWithOffset(java.lang.String objectPath, int blockSizeX, int blockSizeY, long offsetX, long offsetY) throws HDF5JavaException
IHDF5Reader.int64()
.long
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of the block in the x dimension.blockSizeY
- The size of the block in the y dimension.offsetX
- The offset in x dimension in the data set to start reading from.offsetY
- The offset in y dimension in the data set to start reading from.HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated MDLongArray readLongMDArray(java.lang.String objectPath)
IHDF5Reader.int64()
.long
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.@Deprecated MDLongArray readLongMDArrayBlock(java.lang.String objectPath, int[] blockDimensions, long[] blockNumber)
IHDF5Reader.int64()
.long
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.blockNumber
- The block number in each dimension (offset: multiply with the
blockDimensions in the according dimension).@Deprecated MDLongArray readLongMDArrayBlockWithOffset(java.lang.String objectPath, int[] blockDimensions, long[] offset)
IHDF5Reader.int64()
.long
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.offset
- The offset in the data set to start reading from in each dimension.@Deprecated java.lang.Iterable<HDF5DataBlock<long[]>> getLongArrayNaturalBlocks(java.lang.String dataSetPath) throws HDF5JavaException
IHDF5Reader.int64()
.HDF5JavaException
- If the data set is not of rank 1.HDF5DataBlock
@Deprecated java.lang.Iterable<HDF5MDDataBlock<MDLongArray>> getLongMDArrayNaturalBlocks(java.lang.String dataSetPath)
IHDF5Reader.int64()
.HDF5MDDataBlock
@Deprecated float getFloatAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.float32()
.float
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated float[] getFloatArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.float32()
.float[]
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated MDFloatArray getFloatMDArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.float32()
.float
attribute named attributeName
from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated float[][] getFloatMatrixAttribute(java.lang.String objectPath, java.lang.String attributeName) throws HDF5JavaException
IHDF5Reader.float32()
.float
matrix attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
float readFloat(java.lang.String objectPath)
float
value from the data set objectPath. This method doesn't
check the data space but simply reads the first value.objectPath
- The name (including path information) of the data set object in the file.float[] readFloatArray(java.lang.String objectPath)
float
array (of rank 1) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.@Deprecated int[] readToFloatMDArrayWithOffset(java.lang.String objectPath, MDFloatArray array, int[] memoryOffset)
IHDF5Reader.float32()
.float
array data set objectPath into a
given array in memory.objectPath
- The name (including path information) of the data set object in the file.array
- The array to read the data into.memoryOffset
- The offset in the array to write the data to.@Deprecated int[] readToFloatMDArrayBlockWithOffset(java.lang.String objectPath, MDFloatArray array, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Reader.float32()
.float
array data set
objectPath into a given array in memory.objectPath
- The name (including path information) of the data set object in the file.array
- The array to read the data into.blockDimensions
- The size of the block to read along each axis.offset
- The offset of the block in the data set.memoryOffset
- The offset of the block in the array to write the data to.@Deprecated float[] readFloatArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber)
IHDF5Reader.float32()
.float
array (of rank 1) from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the float[]
returned
if the data set is long enough).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).@Deprecated float[] readFloatArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset)
IHDF5Reader.float32()
.float
array (of rank 1) from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the float[]
returned).offset
- The offset of the block in the data set to start reading from (starting with
0).float[][] readFloatMatrix(java.lang.String objectPath) throws HDF5JavaException
float
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated float[][] readFloatMatrixBlock(java.lang.String objectPath, int blockSizeX, int blockSizeY, long blockNumberX, long blockNumberY) throws HDF5JavaException
IHDF5Reader.float32()
.float
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of the block in the x dimension.blockSizeY
- The size of the block in the y dimension.blockNumberX
- The block number in the x dimension (offset: multiply with
blockSizeX
).blockNumberY
- The block number in the y dimension (offset: multiply with
blockSizeY
).HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated float[][] readFloatMatrixBlockWithOffset(java.lang.String objectPath, int blockSizeX, int blockSizeY, long offsetX, long offsetY) throws HDF5JavaException
IHDF5Reader.float32()
.float
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of the block in the x dimension.blockSizeY
- The size of the block in the y dimension.offsetX
- The offset in x dimension in the data set to start reading from.offsetY
- The offset in y dimension in the data set to start reading from.HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated MDFloatArray readFloatMDArray(java.lang.String objectPath)
IHDF5Reader.float32()
.float
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.@Deprecated MDFloatArray readFloatMDArrayBlock(java.lang.String objectPath, int[] blockDimensions, long[] blockNumber)
IHDF5Reader.float32()
.float
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.blockNumber
- The block number in each dimension (offset: multiply with the
blockDimensions in the according dimension).@Deprecated MDFloatArray readFloatMDArrayBlockWithOffset(java.lang.String objectPath, int[] blockDimensions, long[] offset)
IHDF5Reader.float32()
.float
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.offset
- The offset in the data set to start reading from in each dimension.@Deprecated java.lang.Iterable<HDF5DataBlock<float[]>> getFloatArrayNaturalBlocks(java.lang.String dataSetPath) throws HDF5JavaException
IHDF5Reader.float32()
.HDF5JavaException
- If the data set is not of rank 1.HDF5DataBlock
@Deprecated java.lang.Iterable<HDF5MDDataBlock<MDFloatArray>> getFloatMDArrayNaturalBlocks(java.lang.String dataSetPath)
IHDF5Reader.float32()
.HDF5MDDataBlock
@Deprecated double getDoubleAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.float64()
.double
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated double[] getDoubleArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.float64()
.double[]
attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated MDDoubleArray getDoubleMDArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.float64()
.double
attribute named attributeName
from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated double[][] getDoubleMatrixAttribute(java.lang.String objectPath, java.lang.String attributeName) throws HDF5JavaException
IHDF5Reader.float64()
.double
matrix attribute named attributeName from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
double readDouble(java.lang.String objectPath)
double
value from the data set objectPath. This method
doesn't check the data space but simply reads the first value.objectPath
- The name (including path information) of the data set object in the file.double[] readDoubleArray(java.lang.String objectPath)
double
array (of rank 1) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.@Deprecated int[] readToDoubleMDArrayWithOffset(java.lang.String objectPath, MDDoubleArray array, int[] memoryOffset)
IHDF5Reader.float64()
.double
array data set objectPath into a
given array in memory.objectPath
- The name (including path information) of the data set object in the file.array
- The array to read the data into.memoryOffset
- The offset in the array to write the data to.@Deprecated int[] readToDoubleMDArrayBlockWithOffset(java.lang.String objectPath, MDDoubleArray array, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Reader.float64()
.double
array data set
objectPath into a given array in memory.objectPath
- The name (including path information) of the data set object in the file.array
- The array to read the data into.blockDimensions
- The size of the block to read along each axis.offset
- The offset of the block in the data set.memoryOffset
- The offset of the block in the array to write the data to.@Deprecated double[] readDoubleArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber)
IHDF5Reader.float64()
.double
array (of rank 1) from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the double[]
returned if the data set is long enough).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).@Deprecated double[] readDoubleArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset)
IHDF5Reader.float64()
.double
array (of rank 1) from the data set
objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the double[]
returned).offset
- The offset of the block in the data set to start reading from (starting with
0).double[][] readDoubleMatrix(java.lang.String objectPath) throws HDF5JavaException
double
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated double[][] readDoubleMatrixBlock(java.lang.String objectPath, int blockSizeX, int blockSizeY, long blockNumberX, long blockNumberY) throws HDF5JavaException
IHDF5Reader.float64()
.double
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of the block in the x dimension.blockSizeY
- The size of the block in the y dimension.blockNumberX
- The block number in the x dimension (offset: multiply with
blockSizeX
).blockNumberY
- The block number in the y dimension (offset: multiply with
blockSizeY
).HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated double[][] readDoubleMatrixBlockWithOffset(java.lang.String objectPath, int blockSizeX, int blockSizeY, long offsetX, long offsetY) throws HDF5JavaException
IHDF5Reader.float64()
.double
matrix (array of arrays) from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of the block in the x dimension.blockSizeY
- The size of the block in the y dimension.offsetX
- The offset in x dimension in the data set to start reading from.offsetY
- The offset in y dimension in the data set to start reading from.HDF5JavaException
- If the data set objectPath is not of rank 2.@Deprecated MDDoubleArray readDoubleMDArray(java.lang.String objectPath)
IHDF5Reader.float64()
.double
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.@Deprecated MDDoubleArray readDoubleMDArrayBlock(java.lang.String objectPath, int[] blockDimensions, long[] blockNumber)
IHDF5Reader.float64()
.double
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.blockNumber
- The block number in each dimension (offset: multiply with the
blockDimensions in the according dimension).@Deprecated MDDoubleArray readDoubleMDArrayBlockWithOffset(java.lang.String objectPath, int[] blockDimensions, long[] offset)
IHDF5Reader.float64()
.double
array from the data set objectPath.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.offset
- The offset in the data set to start reading from in each dimension.@Deprecated java.lang.Iterable<HDF5DataBlock<double[]>> getDoubleArrayNaturalBlocks(java.lang.String dataSetPath) throws HDF5JavaException
IHDF5Reader.float64()
.HDF5JavaException
- If the data set is not of rank 1.HDF5DataBlock
@Deprecated java.lang.Iterable<HDF5MDDataBlock<MDDoubleArray>> getDoubleMDArrayNaturalBlocks(java.lang.String dataSetPath)
IHDF5Reader.float64()
.HDF5MDDataBlock
@Deprecated java.lang.String getStringAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.string()
instead.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated java.lang.String[] getStringArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.string()
instead.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated MDArray<java.lang.String> getStringMDArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.string()
instead.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.java.lang.String readString(java.lang.String objectPath) throws HDF5JavaException
objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the objectPath is not a string type.java.lang.String[] readStringArray(java.lang.String objectPath) throws HDF5JavaException
objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the objectPath is not a string type.@Deprecated java.lang.String[] readStringArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber)
IHDF5Reader.string()
instead.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The size of the block to read from the data set.blockNumber
- The number of the block to read from the data set (the offset is
blockSize * blockNumber
).HDF5JavaException
- If the objectPath is not a string type.@Deprecated java.lang.String[] readStringArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset)
IHDF5Reader.string()
instead.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The size of the block to read from the data set.offset
- The offset of the block in the data set.HDF5JavaException
- If the objectPath is not a string type.@Deprecated MDArray<java.lang.String> readStringMDArray(java.lang.String objectPath)
IHDF5Reader.string()
instead.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the objectPath is not a string type.@Deprecated MDArray<java.lang.String> readStringMDArrayBlock(java.lang.String objectPath, int[] blockDimensions, long[] blockNumber)
IHDF5Reader.string()
instead.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The dimensions (along each axis) of the block to read from the data
set.blockNumber
- The number of the block to read from the data set (the offset in each
dimension i is blockSize[i] * blockNumber[i]
).HDF5JavaException
- If the objectPath is not a string type.@Deprecated MDArray<java.lang.String> readStringMDArrayBlockWithOffset(java.lang.String objectPath, int[] blockDimensions, long[] offset)
IHDF5Reader.string()
instead.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The dimensions (along each axis) of the block to read from the data
set.offset
- The offset of the block in the data set.HDF5JavaException
- If the objectPath is not a string type.@Deprecated java.lang.Iterable<HDF5DataBlock<java.lang.String[]>> getStringArrayNaturalBlocks(java.lang.String objectPath) throws HDF5JavaException
IHDF5Reader.string()
instead.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the data set is not of rank 1.HDF5DataBlock
@Deprecated java.lang.Iterable<HDF5MDDataBlock<MDArray<java.lang.String>>> getStringMDArrayNaturalBlocks(java.lang.String objectPath)
IHDF5Reader.string()
instead.HDF5MDDataBlock
@Deprecated boolean isTimeStamp(java.lang.String objectPath, java.lang.String attributeName) throws HDF5JavaException
IHDF5Reader.time()
instead.true
, if the attribute attributeName of data set
objectPath is a time stamp and false
otherwise.HDF5JavaException
@Deprecated long getTimeStampAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.time()
instead.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
- If the attribute attributeName of objct
objectPath is not defined as type variant
HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.@Deprecated long[] getTimeStampArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.time()
instead.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
- If the attribute attributeName of objct
objectPath is not defined as type variant
HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.@Deprecated java.util.Date getDateAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.time()
instead.Date
.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
- If the attribute attributeName of objct
objectPath is not defined as type variant
HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.@Deprecated java.util.Date[] getDateArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.time()
instead.Date[]
.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
- If the attribute attributeName of objct
objectPath is not defined as type variant
HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.@Deprecated boolean isTimeDuration(java.lang.String objectPath, java.lang.String attributeName) throws HDF5JavaException
IHDF5Reader.duration()
instead.true
, if the attribute attributeName of data set
objectPath is a time duration and false
otherwise.HDF5JavaException
@Deprecated HDF5TimeDuration getTimeDurationAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.duration()
instead.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.@Deprecated HDF5TimeDurationArray getTimeDurationArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.duration()
instead.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.@Deprecated HDF5TimeUnit tryGetTimeUnit(java.lang.String objectPath, java.lang.String attributeName) throws HDF5JavaException
IHDF5Reader.duration()
instead.null
otherwise.HDF5JavaException
@Deprecated boolean isTimeStamp(java.lang.String objectPath) throws HDF5JavaException
IHDF5Reader.time()
instead.true
, if the data set given by objectPath is a time stamp and
false
otherwise.HDF5JavaException
@Deprecated boolean isTimeDuration(java.lang.String objectPath) throws HDF5JavaException
IHDF5Reader.duration()
instead.true
, if the data set given by objectPath is a time duration
and false
otherwise.HDF5JavaException
@Deprecated HDF5TimeUnit tryGetTimeUnit(java.lang.String objectPath) throws HDF5JavaException
IHDF5Reader.duration()
instead.null
otherwise.HDF5JavaException
@Deprecated long readTimeStamp(java.lang.String objectPath) throws HDF5JavaException
IHDF5Reader.time()
instead.long
value in the HDF5 file. It needs to be tagged as type variant
HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the objectPath is not defined as type variant
HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.@Deprecated long[] readTimeStampArray(java.lang.String objectPath) throws HDF5JavaException
IHDF5Reader.time()
instead.long
value in the HDF5 file. It needs to be tagged as type variant
HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the objectPath is not defined as type variant
HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.@Deprecated long[] readTimeStampArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber)
IHDF5Reader.time()
instead.long
value in the HDF5 file. It needs to be tagged as
type variant HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned
if the data set is long enough).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).@Deprecated long[] readTimeStampArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset)
IHDF5Reader.time()
instead.long
value in the HDF5 file. It needs to be tagged as
type variant HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned).offset
- The offset of the block in the data set to start reading from (starting with
0).@Deprecated java.lang.Iterable<HDF5DataBlock<long[]>> getTimeStampArrayNaturalBlocks(java.lang.String dataSetPath) throws HDF5JavaException
IHDF5Reader.time()
instead.HDF5JavaException
- If the data set is not of rank 1.HDF5DataBlock
java.util.Date readDate(java.lang.String objectPath) throws HDF5JavaException
Date
. The time stamp is stored as a long
value in the HDF5 file. It
needs to be tagged as type variant
HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.objectPath
- The name (including path information) of the data set object in the file.Date
.HDF5JavaException
- If the objectPath does not denote a time stamp.java.util.Date[] readDateArray(java.lang.String objectPath) throws HDF5JavaException
Date
s. The time stamp array is stored as a an array of
long
values in the HDF5 file. It needs to be tagged as type variant
HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.objectPath
- The name (including path information) of the data set object in the file.Date
.HDF5JavaException
- If the objectPath does not denote a time stamp.HDF5TimeDuration readTimeDuration(java.lang.String objectPath) throws HDF5JavaException
HDF5DataTypeVariant.TIME_DURATION_SECONDS
.
This tagging is done by the writer when using
IHDF5SimpleWriter.writeTimeDuration(String, HDF5TimeDuration)
or can be done by calling
IHDF5LegacyWriter.setTypeVariant(String, HDF5DataTypeVariant)
.
objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.@Deprecated HDF5TimeDuration readTimeDurationAndUnit(java.lang.String objectPath) throws HDF5JavaException
IHDF5TimeDurationReader.read(String)
instead.long
. It needs to be tagged
as one of the type variants that indicate a time duration, for example
HDF5DataTypeVariant.TIME_DURATION_SECONDS
.
This tagging is done by the writer when using
IHDF5LegacyWriter.writeTimeDuration(String, long, HDF5TimeUnit)
or can be done by calling
IHDF5LegacyWriter.setTypeVariant(String, HDF5DataTypeVariant)
, most conveniantly by code
like
writer.addTypeVariant("/dataSetPath", HDF5TimeUnit.SECONDS.getTypeVariant());
objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.@Deprecated long readTimeDuration(java.lang.String objectPath, HDF5TimeUnit timeUnit) throws HDF5JavaException
IHDF5TimeDurationReader.read(String)
and
HDF5TimeUnit.convert(HDF5TimeDuration)
instead.long
. It needs to be tagged as one of the
type variants that indicate a time duration, for example
HDF5DataTypeVariant.TIME_DURATION_SECONDS
.
This tagging is done by the writer when using
IHDF5LegacyWriter.writeTimeDuration(String, long, HDF5TimeUnit)
or can be done by calling
IHDF5LegacyWriter.setTypeVariant(String, HDF5DataTypeVariant)
, most conveniantly by code
like
writer.addTypeVariant("/dataSetPath", HDF5TimeUnit.SECONDS.getTypeVariant());
objectPath
- The name (including path information) of the data set object in the file.timeUnit
- The time unit that the duration should be converted to.HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.HDF5TimeDurationArray readTimeDurationArray(java.lang.String objectPath) throws HDF5JavaException
HDF5DataTypeVariant.TIME_DURATION_SECONDS
.
See readTimeDuration(String, HDF5TimeUnit)
for how the tagging is done.
objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.@Deprecated HDF5TimeDuration[] readTimeDurationAndUnitArray(java.lang.String objectPath) throws HDF5JavaException
IHDF5TimeDurationReader.readArray(String)
instead.HDF5TimeDuration[]
. It needs to be tagged as one of the type variants that
indicate a time duration, for example HDF5DataTypeVariant.TIME_DURATION_SECONDS
.
See readTimeDuration(String, HDF5TimeUnit)
for how the tagging is done.
objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.readTimeDurationArray(String, HDF5TimeUnit)
@Deprecated long[] readTimeDurationArray(java.lang.String objectPath, HDF5TimeUnit timeUnit) throws HDF5JavaException
IHDF5TimeDurationReader.readArray(String)
and
HDF5TimeUnit.convert(HDF5TimeDurationArray)
instead.long[]
array. It needs to be tagged as
one of the type variants that indicate a time duration, for example
HDF5DataTypeVariant.TIME_DURATION_SECONDS
.
See readTimeDuration(String, HDF5TimeUnit)
for how the tagging is done.
objectPath
- The name (including path information) of the data set object in the file.timeUnit
- The time unit that the duration should be converted to.HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.@Deprecated HDF5TimeDurationArray readTimeDurationArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber) throws HDF5JavaException
IHDF5Reader.duration()
instead.HDF5DataTypeVariant.TIME_DURATION_SECONDS
.
See readTimeDuration(String, HDF5TimeUnit)
for how the tagging is done.
objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned
if the data set is long enough).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).min(size - blockSize*blockNumber,
blockSize)
.HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.@Deprecated long[] readTimeDurationArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber, HDF5TimeUnit timeUnit) throws HDF5JavaException
IHDF5TimeDurationReader.readArrayBlock(String, int, long)
and
HDF5TimeUnit.convert(long[], HDF5TimeUnit)
instead.long[]
value in the HDF5 file. It needs to be
tagged as one of the type variants that indicate a time duration, for example
HDF5DataTypeVariant.TIME_DURATION_SECONDS
.
See readTimeDuration(String, HDF5TimeUnit)
for how the tagging is done.
objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned
if the data set is long enough).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).timeUnit
- The time unit that the duration should be converted to.min(size - blockSize*blockNumber,
blockSize)
.HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.@Deprecated HDF5TimeDurationArray readTimeDurationArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset) throws HDF5JavaException
IHDF5Reader.duration()
instead.HDF5DataTypeVariant.TIME_DURATION_SECONDS
.
See readTimeDuration(String, HDF5TimeUnit)
for how the tagging is done.
objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned).offset
- The offset of the block in the data set to start reading from (starting with
0).HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.@Deprecated long[] readTimeDurationArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset, HDF5TimeUnit timeUnit) throws HDF5JavaException
IHDF5TimeDurationReader.readArrayBlockWithOffset(String, int, long)
and HDF5TimeUnit.convert(HDF5TimeDurationArray)
instead.long[]
value in the HDF5 file. It needs to be
tagged as one of the type variants that indicate a time duration, for example
HDF5DataTypeVariant.TIME_DURATION_SECONDS
.
See readTimeDuration(String, HDF5TimeUnit)
for how the tagging is done.
objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned).offset
- The offset of the block in the data set to start reading from (starting with
0).timeUnit
- The time unit that the duration should be converted to.HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.@Deprecated HDF5TimeDuration[] readTimeDurationAndUnitArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber) throws HDF5JavaException
IHDF5TimeDurationReader.readArrayBlock(String, int, long)
and
HDF5TimeUnit.convert(HDF5TimeDuration[])
instead.HDF5TimeDuration[]
value in the HDF5 file. It
needs to be tagged as one of the type variants that indicate a time duration, for example
HDF5DataTypeVariant.TIME_DURATION_SECONDS
.
See readTimeDuration(String, HDF5TimeUnit)
for how the tagging is done.
objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned
if the data set is long enough).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).min(size - blockSize*blockNumber,
blockSize)
.HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.@Deprecated HDF5TimeDuration[] readTimeDurationAndUnitArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset) throws HDF5JavaException
IHDF5TimeDurationReader.readArrayBlockWithOffset(String, int, long)
and HDF5TimeUnit.convert(HDF5TimeDuration[])
instead.HDF5TimeDuration[]
value in the HDF5 file. It
needs to be tagged as one of the type variants that indicate a time duration, for example
HDF5DataTypeVariant.TIME_DURATION_SECONDS
.
See readTimeDuration(String, HDF5TimeUnit)
for how the tagging is done.
objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned).offset
- The offset of the block in the data set to start reading from (starting with
0).HDF5JavaException
- If the objectPath is not tagged as a type variant that
corresponds to a time duration.@Deprecated java.lang.Iterable<HDF5DataBlock<HDF5TimeDurationArray>> getTimeDurationArrayNaturalBlocks(java.lang.String objectPath) throws HDF5JavaException
IHDF5Reader.duration()
instead.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the data set is not of a time duration data type or not of rank
1.HDF5DataBlock
@Deprecated java.lang.Iterable<HDF5DataBlock<long[]>> getTimeDurationArrayNaturalBlocks(java.lang.String objectPath, HDF5TimeUnit timeUnit) throws HDF5JavaException
IHDF5TimeDurationReader.getArrayNaturalBlocks(String)
and
HDF5TimeUnit.convert(long[], HDF5TimeUnit)
instead.objectPath
- The name (including path information) of the data set object in the file.timeUnit
- The time unit that the duration should be converted to.HDF5JavaException
- If the data set is not of a time duration data type or not of rank
1.HDF5DataBlock
@Deprecated java.lang.Iterable<HDF5DataBlock<HDF5TimeDuration[]>> getTimeDurationAndUnitArrayNaturalBlocks(java.lang.String objectPath) throws HDF5JavaException
IHDF5TimeDurationReader.getArrayNaturalBlocks(String)
instead.objectPath
- The name (including path information) of the data set object in the file.HDF5JavaException
- If the data set is not of a time duration data type or not of rank
1.HDF5DataBlock
@Deprecated java.lang.String resolvePath(java.lang.String reference) throws HDF5JavaException
IHDF5Reader.reference()
.reference
- Reference encoded as string.HDF5JavaException
- if reference is not a string-encoded reference.readObjectReferenceArray(String, boolean)
@Deprecated java.lang.String getObjectReferenceAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
).objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated java.lang.String getObjectReferenceAttribute(java.lang.String objectPath, java.lang.String attributeName, boolean resolveName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
), a reference can be provided in all
places where an object path is expected. This is considerably faster than resolving the
name/path of the reference if the name/path by itself is not needed.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.resolveName
- If true
, resolves the name of the object referenced,
otherwise returns the references itself.@Deprecated java.lang.String[] getObjectReferenceArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
).objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated java.lang.String[] getObjectReferenceArrayAttribute(java.lang.String objectPath, java.lang.String attributeName, boolean resolveName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
), a reference can be provided in all
places where an object path is expected. This is considerably faster than resolving the
name/path of the reference if the name/path by itself is not needed.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.resolveName
- If true
, resolves the names of the objects referenced,
otherwise returns the references itself.@Deprecated MDArray<java.lang.String> getObjectReferenceMDArrayAttribute(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
).objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.@Deprecated MDArray<java.lang.String> getObjectReferenceMDArrayAttribute(java.lang.String objectPath, java.lang.String attributeName, boolean resolveName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
), a reference can be provided in all
places where an object path is expected. This is considerably faster than resolving the
name/path of the reference if the name/path by itself is not needed.objectPath
- The name (including path information) of the data set object in the file.attributeName
- The name of the attribute to read.resolveName
- If true
, resolves the names of the objects referenced,
otherwise returns the references itself.@Deprecated java.lang.String readObjectReference(java.lang.String objectPath)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
).objectPath
- The name (including path information) of the data set object in the file.@Deprecated java.lang.String readObjectReference(java.lang.String objectPath, boolean resolveName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
), a reference can be provided in all
places where an object path is expected. This is considerably faster than resolving the
name/path of the reference if the name/path by itself is not needed.objectPath
- The name (including path information) of the data set object in the file.resolveName
- If true
, resolves the name of the object referenced,
otherwise returns the references itself.@Deprecated java.lang.String[] readObjectReferenceArray(java.lang.String objectPath)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
).objectPath
- The name (including path information) of the data set object in the file.@Deprecated java.lang.String[] readObjectReferenceArray(java.lang.String objectPath, boolean resolveName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
), a reference can be provided in all
places where an object path is expected. This is considerably faster than resolving the
name/path of the reference if the name/path by itself is not needed.objectPath
- The name (including path information) of the data set object in the file.resolveName
- If true
, resolves the names of the objects referenced,
otherwise returns the references itself.@Deprecated java.lang.String[] readObjectReferenceArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
).objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned
if the data set is long enough).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).@Deprecated java.lang.String[] readObjectReferenceArrayBlock(java.lang.String objectPath, int blockSize, long blockNumber, boolean resolveName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
), a reference can be provided in all
places where an object path is expected. This is considerably faster than resolving the
name/path of the reference if the name/path by itself is not needed.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned
if the data set is long enough).blockNumber
- The number of the block to read (starting with 0, offset: multiply with
blockSize).resolveName
- If true
, resolves the names of the objects referenced,
otherwise returns the references itself.@Deprecated java.lang.String[] readObjectReferenceArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
).objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned).offset
- The offset of the block in the data set to start reading from (starting with
0).@Deprecated java.lang.String[] readObjectReferenceArrayBlockWithOffset(java.lang.String objectPath, int blockSize, long offset, boolean resolveName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
), a reference can be provided in all
places where an object path is expected. This is considerably faster than resolving the
name/path of the reference if the name/path by itself is not needed.objectPath
- The name (including path information) of the data set object in the file.blockSize
- The block size (this will be the length of the long[]
returned).offset
- The offset of the block in the data set to start reading from (starting with
0).resolveName
- If true
, resolves the names of the objects referenced,
otherwise returns the references itself.@Deprecated MDArray<java.lang.String> readObjectReferenceMDArray(java.lang.String objectPath)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
).objectPath
- The name (including path information) of the data set object in the file.@Deprecated MDArray<java.lang.String> readObjectReferenceMDArray(java.lang.String objectPath, boolean resolveName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
), a reference can be provided in all
places where an object path is expected. This is considerably faster than resolving the
name/path of the reference if the name/path by itself is not needed.objectPath
- The name (including path information) of the data set object in the file.resolveName
- If true
, resolves the names of the objects referenced,
otherwise returns the references itself.@Deprecated MDArray<java.lang.String> readObjectReferenceMDArrayBlock(java.lang.String objectPath, int[] blockDimensions, long[] blockNumber)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
).objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.blockNumber
- The block number in each dimension (offset: multiply with the
blockDimensions in the according dimension).@Deprecated MDArray<java.lang.String> readObjectReferenceMDArrayBlock(java.lang.String objectPath, int[] blockDimensions, long[] blockNumber, boolean resolveName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
), a reference can be provided in all
places where an object path is expected. This is considerably faster than resolving the
name/path of the reference if the name/path by itself is not needed.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.blockNumber
- The block number in each dimension (offset: multiply with the
blockDimensions in the according dimension).resolveName
- If true
, resolves the names of the objects referenced,
otherwise returns the references itself.@Deprecated MDArray<java.lang.String> readObjectReferenceMDArrayBlockWithOffset(java.lang.String objectPath, int[] blockDimensions, long[] offset)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
).objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.offset
- The offset in the data set to start reading from in each dimension.@Deprecated MDArray<java.lang.String> readObjectReferenceMDArrayBlockWithOffset(java.lang.String objectPath, int[] blockDimensions, long[] offset, boolean resolveName)
IHDF5Reader.reference()
.IHDF5ReaderConfigurator.noAutoDereference()
), a reference can be provided in all
places where an object path is expected. This is considerably faster than resolving the
name/path of the reference if the name/path by itself is not needed.objectPath
- The name (including path information) of the data set object in the file.blockDimensions
- The extent of the block in each dimension.offset
- The offset in the data set to start reading from in each dimension.resolveName
- If true
, resolves the names of the objects referenced,
otherwise returns the references itself.@Deprecated java.lang.Iterable<HDF5DataBlock<java.lang.String[]>> getObjectReferenceArrayNaturalBlocks(java.lang.String dataSetPath)
IHDF5Reader.reference()
.HDF5JavaException
- If the data set is not of rank 1.HDF5DataBlock
@Deprecated java.lang.Iterable<HDF5DataBlock<java.lang.String[]>> getObjectReferenceArrayNaturalBlocks(java.lang.String dataSetPath, boolean resolveName)
IHDF5Reader.reference()
.HDF5JavaException
- If the data set is not of rank 1.HDF5DataBlock
@Deprecated java.lang.Iterable<HDF5MDDataBlock<MDArray<java.lang.String>>> getObjectReferenceMDArrayNaturalBlocks(java.lang.String dataSetPath)
IHDF5Reader.reference()
.HDF5MDDataBlock
@Deprecated java.lang.Iterable<HDF5MDDataBlock<MDArray<java.lang.String>>> getObjectReferenceMDArrayNaturalBlocks(java.lang.String dataSetPath, boolean resolveName)
IHDF5Reader.reference()
.HDF5MDDataBlock
@Deprecated IHDF5CompoundReader compounds()
IHDF5Reader.compound()
instead.@Deprecated IHDF5EnumReader enums()
IHDF5Reader.enumeration()
instead.