@Deprecated public interface IHDF5LegacyWriter extends IHDF5EnumBasicWriter, IHDF5CompoundBasicWriter
Modifier and Type | Method and Description |
---|---|
boolean |
addFlushable(java.io.Flushable flushable)
Deprecated.
Use the corresponding method in
IHDF5Writer.file() instead. |
IHDF5CompoundWriter |
compounds()
Deprecated.
Use
IHDF5Writer.compound() instead. |
void |
createBitField(java.lang.String objectPath,
int size)
Deprecated.
Use the corresponding method in
IHDF5Writer.bool() . |
void |
createBitField(java.lang.String objectPath,
int size,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.bool() . |
void |
createBitField(java.lang.String objectPath,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.bool() . |
void |
createBitField(java.lang.String objectPath,
long size,
int blockSize,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.bool() . |
void |
createByteArray(java.lang.String objectPath,
int size)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
createByteArray(java.lang.String objectPath,
int size,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
createByteArray(java.lang.String objectPath,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
createByteArray(java.lang.String objectPath,
long size,
int blockSize,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
createByteMatrix(java.lang.String objectPath,
int blockSizeX,
int blockSizeY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
createByteMatrix(java.lang.String objectPath,
long sizeX,
long sizeY,
int blockSizeX,
int blockSizeY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
createByteMatrix(java.lang.String objectPath,
long sizeX,
long sizeY,
int blockSizeX,
int blockSizeY,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
createByteMDArray(java.lang.String objectPath,
int[] dimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
createByteMDArray(java.lang.String objectPath,
int[] dimensions,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
createByteMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
createByteMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
createDoubleArray(java.lang.String objectPath,
int size)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
createDoubleArray(java.lang.String objectPath,
int size,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
createDoubleArray(java.lang.String objectPath,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
createDoubleArray(java.lang.String objectPath,
long size,
int blockSize,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
createDoubleMatrix(java.lang.String objectPath,
int blockSizeX,
int blockSizeY)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
createDoubleMatrix(java.lang.String objectPath,
long sizeX,
long sizeY,
int blockSizeX,
int blockSizeY)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
createDoubleMatrix(java.lang.String objectPath,
long sizeX,
long sizeY,
int blockSizeX,
int blockSizeY,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
createDoubleMDArray(java.lang.String objectPath,
int[] dimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
createDoubleMDArray(java.lang.String objectPath,
int[] dimensions,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
createDoubleMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
createDoubleMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
createExternalLink(java.lang.String targetFileName,
java.lang.String targetPath,
java.lang.String linkPath)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
createFloatArray(java.lang.String objectPath,
int size)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
createFloatArray(java.lang.String objectPath,
int size,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
createFloatArray(java.lang.String objectPath,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
createFloatArray(java.lang.String objectPath,
long size,
int blockSize,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
createFloatMatrix(java.lang.String objectPath,
int blockSizeX,
int blockSizeY)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
createFloatMatrix(java.lang.String objectPath,
long sizeX,
long sizeY,
int blockSizeX,
int blockSizeY)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
createFloatMatrix(java.lang.String objectPath,
long sizeX,
long sizeY,
int blockSizeX,
int blockSizeY,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
createFloatMDArray(java.lang.String objectPath,
int[] dimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
createFloatMDArray(java.lang.String objectPath,
int[] dimensions,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
createFloatMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
createFloatMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
createGroup(java.lang.String groupPath)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
createGroup(java.lang.String groupPath,
int sizeHint)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
createGroup(java.lang.String groupPath,
int maxCompact,
int minDense)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
createHardLink(java.lang.String currentPath,
java.lang.String newPath)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
createIntArray(java.lang.String objectPath,
int size)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
createIntArray(java.lang.String objectPath,
int size,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
createIntArray(java.lang.String objectPath,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
createIntArray(java.lang.String objectPath,
long size,
int blockSize,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
createIntMatrix(java.lang.String objectPath,
int blockSizeX,
int blockSizeY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
createIntMatrix(java.lang.String objectPath,
long sizeX,
long sizeY,
int blockSizeX,
int blockSizeY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
createIntMatrix(java.lang.String objectPath,
long sizeX,
long sizeY,
int blockSizeX,
int blockSizeY,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
createIntMDArray(java.lang.String objectPath,
int[] dimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
createIntMDArray(java.lang.String objectPath,
int[] dimensions,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
createIntMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
createIntMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
createLongArray(java.lang.String objectPath,
int size)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
createLongArray(java.lang.String objectPath,
int size,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
createLongArray(java.lang.String objectPath,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
createLongArray(java.lang.String objectPath,
long size,
int blockSize,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
createLongMatrix(java.lang.String objectPath,
int blockSizeX,
int blockSizeY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
createLongMatrix(java.lang.String objectPath,
long sizeX,
long sizeY,
int blockSizeX,
int blockSizeY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
createLongMatrix(java.lang.String objectPath,
long sizeX,
long sizeY,
int blockSizeX,
int blockSizeY,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
createLongMDArray(java.lang.String objectPath,
int[] dimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
createLongMDArray(java.lang.String objectPath,
int[] dimensions,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
createLongMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
createLongMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
createObjectReferenceArray(java.lang.String objectPath,
int size)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
createObjectReferenceArray(java.lang.String objectPath,
int size,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
createObjectReferenceArray(java.lang.String objectPath,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
createObjectReferenceArray(java.lang.String objectPath,
long size,
int blockSize,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
createObjectReferenceMDArray(java.lang.String objectPath,
int[] dimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
createObjectReferenceMDArray(java.lang.String objectPath,
int[] dimensions,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
createObjectReferenceMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
createObjectReferenceMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
HDF5OpaqueType |
createOpaqueByteArray(java.lang.String objectPath,
java.lang.String tag,
int size)
Deprecated.
Use the corresponding method in
IHDF5Writer.opaque() instead. |
HDF5OpaqueType |
createOpaqueByteArray(java.lang.String objectPath,
java.lang.String tag,
int size,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.opaque() instead. |
HDF5OpaqueType |
createOpaqueByteArray(java.lang.String objectPath,
java.lang.String tag,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.opaque() instead. |
HDF5OpaqueType |
createOpaqueByteArray(java.lang.String objectPath,
java.lang.String tag,
long size,
int blockSize,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.opaque() instead. |
void |
createOrUpdateExternalLink(java.lang.String targetFileName,
java.lang.String targetPath,
java.lang.String linkPath)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
createOrUpdateSoftLink(java.lang.String targetPath,
java.lang.String linkPath)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
createShortArray(java.lang.String objectPath,
int size)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
createShortArray(java.lang.String objectPath,
int size,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
createShortArray(java.lang.String objectPath,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
createShortArray(java.lang.String objectPath,
long size,
int blockSize,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
createShortMatrix(java.lang.String objectPath,
int blockSizeX,
int blockSizeY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
createShortMatrix(java.lang.String objectPath,
long sizeX,
long sizeY,
int blockSizeX,
int blockSizeY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
createShortMatrix(java.lang.String objectPath,
long sizeX,
long sizeY,
int blockSizeX,
int blockSizeY,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
createShortMDArray(java.lang.String objectPath,
int[] dimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
createShortMDArray(java.lang.String objectPath,
int[] dimensions,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
createShortMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
createShortMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockDimensions,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
createSoftLink(java.lang.String targetPath,
java.lang.String linkPath)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
createStringArray(java.lang.String objectPath,
int maxLength,
int size)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringArray(java.lang.String objectPath,
int maxLength,
int size,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringArray(java.lang.String objectPath,
int maxLength,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringArray(java.lang.String objectPath,
int maxLength,
long size,
int blockSize,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringMDArray(java.lang.String objectPath,
int maxLength,
int[] dimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringMDArray(java.lang.String objectPath,
int maxLength,
int[] dimensions,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringMDArray(java.lang.String objectPath,
int maxLength,
long[] dimensions,
int[] blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringMDArray(java.lang.String objectPath,
int maxLength,
long[] dimensions,
int[] blockSize,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringVariableLengthArray(java.lang.String objectPath,
int size)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringVariableLengthArray(java.lang.String objectPath,
int size,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringVariableLengthArray(java.lang.String objectPath,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringVariableLengthArray(java.lang.String objectPath,
long size,
int blockSize,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringVariableLengthMDArray(java.lang.String objectPath,
int[] dimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringVariableLengthMDArray(java.lang.String objectPath,
int[] dimensions,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringVariableLengthMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createStringVariableLengthMDArray(java.lang.String objectPath,
long[] dimensions,
int[] blockSize,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
createTimeDurationArray(java.lang.String objectPath,
int size,
HDF5TimeUnit timeUnit)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
createTimeDurationArray(java.lang.String objectPath,
int size,
HDF5TimeUnit timeUnit,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
createTimeDurationArray(java.lang.String objectPath,
long size,
int blockSize,
HDF5TimeUnit timeUnit)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
createTimeDurationArray(java.lang.String objectPath,
long size,
int blockSize,
HDF5TimeUnit timeUnit,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
createTimeStampArray(java.lang.String objectPath,
int size)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
createTimeStampArray(java.lang.String objectPath,
int size,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
createTimeStampArray(java.lang.String objectPath,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
createTimeStampArray(java.lang.String objectPath,
long size,
int blockSize,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
deleteAttribute(java.lang.String objectPath,
java.lang.String name)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
deleteTypeVariant(java.lang.String objectPath)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
deleteTypeVariant(java.lang.String objectPath,
java.lang.String attributeName)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
IHDF5EnumWriter |
enums()
Deprecated.
Use
IHDF5Writer.enumeration() instead. |
void |
flush()
Deprecated.
Use the corresponding method in
IHDF5Writer.file() instead. |
void |
flushSyncBlocking()
Deprecated.
Use the corresponding method in
IHDF5Writer.file() instead. |
IHDF5WriterConfigurator.FileFormat |
getFileFormat()
Deprecated.
Use the corresponding method in
IHDF5Writer.file() instead. |
boolean |
isUseExtendableDataTypes()
Deprecated.
Use the corresponding method in
IHDF5Writer.file() instead. |
void |
move(java.lang.String oldLinkPath,
java.lang.String newLinkPath)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
boolean |
removeFlushable(java.io.Flushable flushable)
Deprecated.
Use the corresponding method in
IHDF5Writer.file() instead. |
void |
setBooleanAttribute(java.lang.String objectPath,
java.lang.String name,
boolean value)
Deprecated.
Use the corresponding method in
IHDF5Writer.bool() . |
void |
setByteArrayAttribute(java.lang.String objectPath,
java.lang.String name,
byte[] value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
setByteAttribute(java.lang.String objectPath,
java.lang.String name,
byte value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
setByteMatrixAttribute(java.lang.String objectPath,
java.lang.String name,
byte[][] value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
setByteMDArrayAttribute(java.lang.String objectPath,
java.lang.String name,
MDByteArray value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
setDataSetDimensions(java.lang.String objectPath,
long[] newDimensions)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
setDataSetSize(java.lang.String objectPath,
long newSize)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
setDateArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName,
java.util.Date[] dates)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
setDateAttribute(java.lang.String objectPath,
java.lang.String attributeName,
java.util.Date date)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
setDoubleArrayAttribute(java.lang.String objectPath,
java.lang.String name,
double[] value)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
setDoubleAttribute(java.lang.String objectPath,
java.lang.String name,
double value)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
setDoubleMatrixAttribute(java.lang.String objectPath,
java.lang.String name,
double[][] value)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
setDoubleMDArrayAttribute(java.lang.String objectPath,
java.lang.String name,
MDDoubleArray value)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
setFloatArrayAttribute(java.lang.String objectPath,
java.lang.String name,
float[] value)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
setFloatAttribute(java.lang.String objectPath,
java.lang.String name,
float value)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
setFloatMatrixAttribute(java.lang.String objectPath,
java.lang.String name,
float[][] value)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
setFloatMDArrayAttribute(java.lang.String objectPath,
java.lang.String name,
MDFloatArray value)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
setIntArrayAttribute(java.lang.String objectPath,
java.lang.String name,
int[] value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
setIntAttribute(java.lang.String objectPath,
java.lang.String name,
int value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
setIntMatrixAttribute(java.lang.String objectPath,
java.lang.String name,
int[][] value)
Deprecated.
Set a
int[][] attribute on the referenced object. |
void |
setIntMDArrayAttribute(java.lang.String objectPath,
java.lang.String name,
MDIntArray value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
setLongArrayAttribute(java.lang.String objectPath,
java.lang.String name,
long[] value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
setLongAttribute(java.lang.String objectPath,
java.lang.String name,
long value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
setLongMatrixAttribute(java.lang.String objectPath,
java.lang.String name,
long[][] value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
setLongMDArrayAttribute(java.lang.String objectPath,
java.lang.String name,
MDLongArray value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
setObjectReferenceArrayAttribute(java.lang.String objectPath,
java.lang.String name,
java.lang.String[] referencedObjectPaths)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
setObjectReferenceAttribute(java.lang.String objectPath,
java.lang.String name,
java.lang.String referencedObjectPath)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
setObjectReferenceMDArrayAttribute(java.lang.String objectPath,
java.lang.String name,
MDArray<java.lang.String> referencedObjectPaths)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
setShortArrayAttribute(java.lang.String objectPath,
java.lang.String name,
short[] value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
setShortAttribute(java.lang.String objectPath,
java.lang.String name,
short value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
setShortMatrixAttribute(java.lang.String objectPath,
java.lang.String name,
short[][] value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
setShortMDArrayAttribute(java.lang.String objectPath,
java.lang.String name,
MDShortArray value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
setStringArrayAttribute(java.lang.String objectPath,
java.lang.String name,
java.lang.String[] value)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
setStringArrayAttribute(java.lang.String objectPath,
java.lang.String name,
java.lang.String[] value,
int maxLength)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
setStringAttribute(java.lang.String objectPath,
java.lang.String name,
java.lang.String value)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
setStringAttribute(java.lang.String objectPath,
java.lang.String name,
java.lang.String value,
int maxLength)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
setStringAttributeVariableLength(java.lang.String objectPath,
java.lang.String name,
java.lang.String value)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
setStringMDArrayAttribute(java.lang.String objectPath,
java.lang.String name,
MDArray<java.lang.String> value)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
setStringMDArrayAttribute(java.lang.String objectPath,
java.lang.String name,
MDArray<java.lang.String> value,
int maxLength)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
setTimeDurationArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName,
HDF5TimeDurationArray timeDurations)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
setTimeDurationAttribute(java.lang.String objectPath,
java.lang.String attributeName,
HDF5TimeDuration timeDuration)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
setTimeDurationAttribute(java.lang.String objectPath,
java.lang.String attributeName,
long timeDuration,
HDF5TimeUnit timeUnit)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
setTimeStampArrayAttribute(java.lang.String objectPath,
java.lang.String attributeName,
long[] timeStamps)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
setTimeStampAttribute(java.lang.String objectPath,
java.lang.String attributeName,
long timeStamp)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
setTypeVariant(java.lang.String objectPath,
HDF5DataTypeVariant typeVariant)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
setTypeVariant(java.lang.String objectPath,
java.lang.String attributeName,
HDF5DataTypeVariant typeVariant)
Deprecated.
Use the corresponding method in
IHDF5Writer.object() instead. |
void |
writeBitField(java.lang.String objectPath,
java.util.BitSet data)
Deprecated.
Writes out a bit field ((which can be considered the equivalent to a boolean array of rank
1), provided as a Java
BitSet . |
void |
writeBitField(java.lang.String objectPath,
java.util.BitSet data,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.bool() . |
void |
writeBitFieldBlock(java.lang.String objectPath,
java.util.BitSet data,
int dataSize,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.bool() . |
void |
writeBitFieldBlockWithOffset(java.lang.String objectPath,
java.util.BitSet data,
int dataSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.bool() . |
void |
writeBoolean(java.lang.String objectPath,
boolean value)
Deprecated.
Writes out a
boolean value. |
void |
writeByte(java.lang.String objectPath,
byte value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteArray(java.lang.String objectPath,
byte[] data)
Deprecated.
Writes out a
byte array (of rank 1). |
void |
writeByteArray(java.lang.String objectPath,
byte[] data,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteArrayBlock(java.lang.String objectPath,
byte[] data,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteArrayBlockWithOffset(java.lang.String objectPath,
byte[] data,
int dataSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteMatrix(java.lang.String objectPath,
byte[][] data)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteMatrix(java.lang.String objectPath,
byte[][] data,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteMatrixBlock(java.lang.String objectPath,
byte[][] data,
long blockNumberX,
long blockNumberY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteMatrixBlockWithOffset(java.lang.String objectPath,
byte[][] data,
int dataSizeX,
int dataSizeY,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteMatrixBlockWithOffset(java.lang.String objectPath,
byte[][] data,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteMDArray(java.lang.String objectPath,
MDByteArray data)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteMDArray(java.lang.String objectPath,
MDByteArray data,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteMDArrayBlock(java.lang.String objectPath,
MDByteArray data,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteMDArrayBlockWithOffset(java.lang.String objectPath,
MDByteArray data,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeByteMDArrayBlockWithOffset(java.lang.String objectPath,
MDByteArray data,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.int8() . |
void |
writeDate(java.lang.String objectPath,
java.util.Date date)
Deprecated.
Writes out a time stamp value provided as a
Date . |
void |
writeDateArray(java.lang.String objectPath,
java.util.Date[] dates)
Deprecated.
Writes out a
Date array (of rank 1). |
void |
writeDateArray(java.lang.String objectPath,
java.util.Date[] dates,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
writeDouble(java.lang.String objectPath,
double value)
Deprecated.
Writes out a
double value. |
void |
writeDoubleArray(java.lang.String objectPath,
double[] data)
Deprecated.
Writes out a
double array (of rank 1). |
void |
writeDoubleArray(java.lang.String objectPath,
double[] data,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
writeDoubleArrayBlock(java.lang.String objectPath,
double[] data,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
writeDoubleArrayBlockWithOffset(java.lang.String objectPath,
double[] data,
int dataSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
writeDoubleMatrix(java.lang.String objectPath,
double[][] data)
Deprecated.
Writes out a
double matrix (array of rank 2). |
void |
writeDoubleMatrix(java.lang.String objectPath,
double[][] data,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
writeDoubleMatrixBlock(java.lang.String objectPath,
double[][] data,
long blockNumberX,
long blockNumberY)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
writeDoubleMatrixBlockWithOffset(java.lang.String objectPath,
double[][] data,
int dataSizeX,
int dataSizeY,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
writeDoubleMatrixBlockWithOffset(java.lang.String objectPath,
double[][] data,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
writeDoubleMDArray(java.lang.String objectPath,
MDDoubleArray data)
Deprecated.
Writes out a multi-dimensional
double array. |
void |
writeDoubleMDArray(java.lang.String objectPath,
MDDoubleArray data,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
writeDoubleMDArrayBlock(java.lang.String objectPath,
MDDoubleArray data,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
writeDoubleMDArrayBlockWithOffset(java.lang.String objectPath,
MDDoubleArray data,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
writeDoubleMDArrayBlockWithOffset(java.lang.String objectPath,
MDDoubleArray data,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.float64() . |
void |
writeFloat(java.lang.String objectPath,
float value)
Deprecated.
Writes out a
float value. |
void |
writeFloatArray(java.lang.String objectPath,
float[] data)
Deprecated.
Writes out a
float array (of rank 1). |
void |
writeFloatArray(java.lang.String objectPath,
float[] data,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
writeFloatArrayBlock(java.lang.String objectPath,
float[] data,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
writeFloatArrayBlockWithOffset(java.lang.String objectPath,
float[] data,
int dataSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
writeFloatMatrix(java.lang.String objectPath,
float[][] data)
Deprecated.
Writes out a
float matrix (array of rank 2). |
void |
writeFloatMatrix(java.lang.String objectPath,
float[][] data,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
writeFloatMatrixBlock(java.lang.String objectPath,
float[][] data,
long blockNumberX,
long blockNumberY)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
writeFloatMatrixBlockWithOffset(java.lang.String objectPath,
float[][] data,
int dataSizeX,
int dataSizeY,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
writeFloatMatrixBlockWithOffset(java.lang.String objectPath,
float[][] data,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
writeFloatMDArray(java.lang.String objectPath,
MDFloatArray data)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
writeFloatMDArray(java.lang.String objectPath,
MDFloatArray data,
HDF5FloatStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
writeFloatMDArrayBlock(java.lang.String objectPath,
MDFloatArray data,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
writeFloatMDArrayBlockWithOffset(java.lang.String objectPath,
MDFloatArray data,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
writeFloatMDArrayBlockWithOffset(java.lang.String objectPath,
MDFloatArray data,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.float32() . |
void |
writeInt(java.lang.String objectPath,
int value)
Deprecated.
Writes out a
int value. |
void |
writeIntArray(java.lang.String objectPath,
int[] data)
Deprecated.
Writes out a
int array (of rank 1). |
void |
writeIntArray(java.lang.String objectPath,
int[] data,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
writeIntArrayBlock(java.lang.String objectPath,
int[] data,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
writeIntArrayBlockWithOffset(java.lang.String objectPath,
int[] data,
int dataSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
writeIntMatrix(java.lang.String objectPath,
int[][] data)
Deprecated.
Writes out a
int matrix (array of rank 2). |
void |
writeIntMatrix(java.lang.String objectPath,
int[][] data,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
writeIntMatrixBlock(java.lang.String objectPath,
int[][] data,
long blockNumberX,
long blockNumberY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
writeIntMatrixBlockWithOffset(java.lang.String objectPath,
int[][] data,
int dataSizeX,
int dataSizeY,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
writeIntMatrixBlockWithOffset(java.lang.String objectPath,
int[][] data,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
writeIntMDArray(java.lang.String objectPath,
MDIntArray data)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
writeIntMDArray(java.lang.String objectPath,
MDIntArray data,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
writeIntMDArrayBlock(java.lang.String objectPath,
MDIntArray data,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
writeIntMDArrayBlockWithOffset(java.lang.String objectPath,
MDIntArray data,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
writeIntMDArrayBlockWithOffset(java.lang.String objectPath,
MDIntArray data,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.int32() . |
void |
writeLong(java.lang.String objectPath,
long value)
Deprecated.
Writes out a
long value. |
void |
writeLongArray(java.lang.String objectPath,
long[] data)
Deprecated.
Writes out a
long array (of rank 1). |
void |
writeLongArray(java.lang.String objectPath,
long[] data,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
writeLongArrayBlock(java.lang.String objectPath,
long[] data,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
writeLongArrayBlockWithOffset(java.lang.String objectPath,
long[] data,
int dataSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
writeLongMatrix(java.lang.String objectPath,
long[][] data)
Deprecated.
Writes out a
long matrix (array of rank 2). |
void |
writeLongMatrix(java.lang.String objectPath,
long[][] data,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
writeLongMatrixBlock(java.lang.String objectPath,
long[][] data,
long blockNumberX,
long blockNumberY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
writeLongMatrixBlockWithOffset(java.lang.String objectPath,
long[][] data,
int dataSizeX,
int dataSizeY,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
writeLongMatrixBlockWithOffset(java.lang.String objectPath,
long[][] data,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
writeLongMDArray(java.lang.String objectPath,
MDLongArray data)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
writeLongMDArray(java.lang.String objectPath,
MDLongArray data,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
writeLongMDArrayBlock(java.lang.String objectPath,
MDLongArray data,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
writeLongMDArrayBlockWithOffset(java.lang.String objectPath,
MDLongArray data,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
writeLongMDArrayBlockWithOffset(java.lang.String objectPath,
MDLongArray data,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.int64() . |
void |
writeObjectReference(java.lang.String objectPath,
java.lang.String referencedObjectPath)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
writeObjectReferenceArray(java.lang.String objectPath,
java.lang.String[] referencedObjectPath)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
writeObjectReferenceArray(java.lang.String objectPath,
java.lang.String[] referencedObjectPath,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
writeObjectReferenceArrayBlock(java.lang.String objectPath,
java.lang.String[] referencedObjectPaths,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
writeObjectReferenceArrayBlockWithOffset(java.lang.String objectPath,
java.lang.String[] referencedObjectPaths,
int dataSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
writeObjectReferenceMDArray(java.lang.String objectPath,
MDArray<java.lang.String> referencedObjectPaths)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
writeObjectReferenceMDArray(java.lang.String objectPath,
MDArray<java.lang.String> referencedObjectPaths,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
writeObjectReferenceMDArrayBlock(java.lang.String objectPath,
MDArray<java.lang.String> referencedObjectPaths,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
writeObjectReferenceMDArrayBlockWithOffset(java.lang.String objectPath,
MDArray<java.lang.String> referencedObjectPaths,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
writeObjectReferenceMDArrayBlockWithOffset(java.lang.String objectPath,
MDLongArray referencedObjectPaths,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Writer.reference() . |
void |
writeOpaqueByteArray(java.lang.String objectPath,
java.lang.String tag,
byte[] data)
Deprecated.
Use the corresponding method in
IHDF5Writer.opaque() instead. |
void |
writeOpaqueByteArray(java.lang.String objectPath,
java.lang.String tag,
byte[] data,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.opaque() instead. |
void |
writeOpaqueByteArrayBlock(java.lang.String objectPath,
HDF5OpaqueType dataType,
byte[] data,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.opaque() instead. |
void |
writeOpaqueByteArrayBlockWithOffset(java.lang.String objectPath,
HDF5OpaqueType dataType,
byte[] data,
int dataSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.opaque() instead. |
void |
writeShort(java.lang.String objectPath,
short value)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortArray(java.lang.String objectPath,
short[] data)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortArray(java.lang.String objectPath,
short[] data,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortArrayBlock(java.lang.String objectPath,
short[] data,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortArrayBlockWithOffset(java.lang.String objectPath,
short[] data,
int dataSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortMatrix(java.lang.String objectPath,
short[][] data)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortMatrix(java.lang.String objectPath,
short[][] data,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortMatrixBlock(java.lang.String objectPath,
short[][] data,
long blockNumberX,
long blockNumberY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortMatrixBlockWithOffset(java.lang.String objectPath,
short[][] data,
int dataSizeX,
int dataSizeY,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortMatrixBlockWithOffset(java.lang.String objectPath,
short[][] data,
long offsetX,
long offsetY)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortMDArray(java.lang.String objectPath,
MDShortArray data)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortMDArray(java.lang.String objectPath,
MDShortArray data,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortMDArrayBlock(java.lang.String objectPath,
MDShortArray data,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortMDArrayBlockWithOffset(java.lang.String objectPath,
MDShortArray data,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeShortMDArrayBlockWithOffset(java.lang.String objectPath,
MDShortArray data,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.int16() . |
void |
writeString(java.lang.String objectPath,
java.lang.String data)
Deprecated.
Writes out a
String with a fixed maximal length (which is the length of the
string data). |
void |
writeString(java.lang.String objectPath,
java.lang.String data,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeString(java.lang.String objectPath,
java.lang.String data,
int maxLength)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeString(java.lang.String objectPath,
java.lang.String data,
int maxLength,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringArray(java.lang.String objectPath,
java.lang.String[] data)
Deprecated.
Writes out a
String array (of rank 1). |
void |
writeStringArray(java.lang.String objectPath,
java.lang.String[] data,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringArray(java.lang.String objectPath,
java.lang.String[] data,
int maxLength)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringArray(java.lang.String objectPath,
java.lang.String[] data,
int maxLength,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringArrayBlock(java.lang.String objectPath,
java.lang.String[] data,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringArrayBlockWithOffset(java.lang.String objectPath,
java.lang.String[] data,
int dataSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringMDArray(java.lang.String objectPath,
MDArray<java.lang.String> data)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringMDArray(java.lang.String objectPath,
MDArray<java.lang.String> data,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringMDArray(java.lang.String objectPath,
MDArray<java.lang.String> data,
int maxLength)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringMDArray(java.lang.String objectPath,
MDArray<java.lang.String> data,
int maxLength,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringMDArrayBlock(java.lang.String objectPath,
MDArray<java.lang.String> data,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringMDArrayBlockWithOffset(java.lang.String objectPath,
MDArray<java.lang.String> data,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringVariableLength(java.lang.String objectPath,
java.lang.String data)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringVariableLengthArray(java.lang.String objectPath,
java.lang.String[] data)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringVariableLengthArray(java.lang.String objectPath,
java.lang.String[] data,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringVariableLengthMDArray(java.lang.String objectPath,
MDArray<java.lang.String> data)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeStringVariableLengthMDArray(java.lang.String objectPath,
MDArray<java.lang.String> data,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.string() instead. |
void |
writeTimeDuration(java.lang.String objectPath,
HDF5TimeDuration timeDuration)
Deprecated.
Writes out a time duration value.
|
void |
writeTimeDuration(java.lang.String objectPath,
long timeDuration)
Deprecated.
|
void |
writeTimeDuration(java.lang.String objectPath,
long timeDuration,
HDF5TimeUnit timeUnit)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
writeTimeDurationArray(java.lang.String objectPath,
HDF5TimeDuration[] timeDurations)
Deprecated.
|
void |
writeTimeDurationArray(java.lang.String objectPath,
HDF5TimeDuration[] timeDurations,
HDF5IntStorageFeatures features)
|
void |
writeTimeDurationArray(java.lang.String objectPath,
HDF5TimeDurationArray timeDurations)
Deprecated.
Writes out a time duration array (of rank 1).
|
void |
writeTimeDurationArray(java.lang.String objectPath,
HDF5TimeDurationArray timeDurations,
HDF5IntStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
writeTimeDurationArray(java.lang.String objectPath,
long[] timeDurations)
Deprecated.
|
void |
writeTimeDurationArray(java.lang.String objectPath,
long[] timeDurations,
HDF5TimeUnit timeUnit)
Deprecated.
|
void |
writeTimeDurationArray(java.lang.String objectPath,
long[] timeDurations,
HDF5TimeUnit timeUnit,
HDF5IntStorageFeatures features)
Deprecated.
Use
) instead. |
void |
writeTimeDurationArrayBlock(java.lang.String objectPath,
HDF5TimeDuration[] data,
long blockNumber)
|
void |
writeTimeDurationArrayBlock(java.lang.String objectPath,
HDF5TimeDurationArray data,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
writeTimeDurationArrayBlock(java.lang.String objectPath,
long[] data,
long blockNumber,
HDF5TimeUnit timeUnit)
|
void |
writeTimeDurationArrayBlockWithOffset(java.lang.String objectPath,
HDF5TimeDuration[] data,
int dataSize,
long offset)
|
void |
writeTimeDurationArrayBlockWithOffset(java.lang.String objectPath,
HDF5TimeDurationArray data,
int dataSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
writeTimeDurationArrayBlockWithOffset(java.lang.String objectPath,
long[] data,
int dataSize,
long offset,
HDF5TimeUnit timeUnit)
|
void |
writeTimeStamp(java.lang.String objectPath,
long timeStamp)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
writeTimeStampArray(java.lang.String objectPath,
long[] timeStamps)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
writeTimeStampArray(java.lang.String objectPath,
long[] timeStamps,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
writeTimeStampArrayBlock(java.lang.String objectPath,
long[] data,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
void |
writeTimeStampArrayBlockWithOffset(java.lang.String objectPath,
long[] data,
int dataSize,
long offset)
Deprecated.
Use the corresponding method in
IHDF5Writer.time() instead. |
createEnumArray, createEnumArray, createEnumArray, createEnumArray, getEnumType, getEnumType, setEnumArrayAttribute, setEnumAttribute, setEnumAttribute, writeEnum, writeEnum, writeEnum, writeEnumArray, writeEnumArray, writeEnumArray, writeEnumArray, writeEnumArrayBlock, writeEnumArrayBlockWithOffset
createCompoundArray, createCompoundArray, createCompoundArray, createCompoundArray, createCompoundMDArray, createCompoundMDArray, createCompoundMDArray, createCompoundMDArray, writeCompound, writeCompound, writeCompound, writeCompoundArray, writeCompoundArray, writeCompoundArray, writeCompoundArray, writeCompoundArray, writeCompoundArrayBlock, writeCompoundArrayBlock, writeCompoundArrayBlockWithOffset, writeCompoundArrayBlockWithOffset, writeCompoundMDArray, writeCompoundMDArray, writeCompoundMDArray, writeCompoundMDArray, writeCompoundMDArray, writeCompoundMDArrayBlock, writeCompoundMDArrayBlock, writeCompoundMDArrayBlockWithOffset, writeCompoundMDArrayBlockWithOffset, writeCompoundMDArrayBlockWithOffset, writeCompoundMDArrayBlockWithOffset
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 isUseExtendableDataTypes()
IHDF5Writer.file()
instead.true
, if the IHDF5WriterConfigurator
was not configured
with IHDF5WriterConfigurator.dontUseExtendableDataTypes()
, that is if extendable data
types are used for new data sets.@Deprecated IHDF5WriterConfigurator.FileFormat getFileFormat()
IHDF5Writer.file()
instead.IHDF5WriterConfigurator.FileFormat
compatibility setting for this writer.@Deprecated void flush()
IHDF5Writer.file()
instead.fsync(2)
, depending on the IHDF5WriterConfigurator.SyncMode
used.@Deprecated void flushSyncBlocking()
IHDF5Writer.file()
instead.fsync(2)
, regardless of what
IHDF5WriterConfigurator.SyncMode
has been set for this file.
This method blocks until fsync(2)
has returned.
@Deprecated boolean addFlushable(java.io.Flushable flushable)
IHDF5Writer.file()
instead.Flushable
to the set of flushables. This set is flushed when flush()
or flushSyncBlocking()
are called and before the writer is closed.
This function is supposed to be used for in-memory caching structures that need to make it into the HDF5 file.
If the flushable implements
IErrorStrategy
, in case of an exception in
Flushable.flush()
, the method
IErrorStrategy.dealWithError(Throwable)
will be
called to decide how do deal with the exception.
flushable
- The Flushable
to add. Needs to fulfill the Object.hashCode()
contract.true
if the set of flushables did not already contain the specified
element.@Deprecated boolean removeFlushable(java.io.Flushable flushable)
IHDF5Writer.file()
instead.Flushable
from the set of flushables.flushable
- The Flushable
to remove. Needs to fulfill the
Object.hashCode()
contract.true
if the set of flushables contained the specified element.@Deprecated void createHardLink(java.lang.String currentPath, java.lang.String newPath)
IHDF5Writer.object()
instead.currentPath
- The name of the data set (including path information) to create a link to.newPath
- The name (including path information) of the link to create.@Deprecated void createSoftLink(java.lang.String targetPath, java.lang.String linkPath)
IHDF5Writer.object()
instead.targetPath
- The name of the data set (including path information) to create a link to.linkPath
- The name (including path information) of the link to create.@Deprecated void createOrUpdateSoftLink(java.lang.String targetPath, java.lang.String linkPath)
IHDF5Writer.object()
instead.Note: This method will never overwrite a data set, but only a symbolic link.
targetPath
- The name of the data set (including path information) to create a link to.linkPath
- The name (including path information) of the link to create.@Deprecated void createExternalLink(java.lang.String targetFileName, java.lang.String targetPath, java.lang.String linkPath) throws java.lang.IllegalStateException
IHDF5Writer.object()
instead.
Note: This method is only allowed when the IHDF5WriterConfigurator
was not
configured to enforce strict HDF5 1.6 compatibility.
targetFileName
- The name of the file where the data set resides that should be linked.targetPath
- The name of the data set (including path information) in the
targetFileName to create a link to.linkPath
- The name (including path information) of the link to create.java.lang.IllegalStateException
- If the IHDF5WriterConfigurator
was configured to
enforce strict HDF5 1.6 compatibility.@Deprecated void createOrUpdateExternalLink(java.lang.String targetFileName, java.lang.String targetPath, java.lang.String linkPath) throws java.lang.IllegalStateException
IHDF5Writer.object()
instead.Note: This method will never overwrite a data set, but only a symbolic link.
Note: This method is only allowed when the IHDF5WriterConfigurator
was not
configured to enforce strict HDF5 1.6 compatibility.
targetFileName
- The name of the file where the data set resides that should be linked.targetPath
- The name of the data set (including path information) in the
targetFileName to create a link to.linkPath
- The name (including path information) of the link to create.java.lang.IllegalStateException
- If the IHDF5WriterConfigurator
was configured to
enforce strict HDF5 1.6 compatibility.@Deprecated void move(java.lang.String oldLinkPath, java.lang.String newLinkPath) throws HDF5SymbolTableException
IHDF5Writer.object()
instead.HDF5SymbolTableException
- If oldLinkPath does not exist or if
newLinkPath already exists.@Deprecated void createGroup(java.lang.String groupPath)
IHDF5Writer.object()
instead.All intermediate groups will be created as well, if they do not already exist.
groupPath
- The path of the group to create.@Deprecated void createGroup(java.lang.String groupPath, int sizeHint)
IHDF5Writer.object()
instead.All intermediate groups will be created as well, if they do not already exist.
Note: This method creates an "old-style group", that is the type of group of HDF5 1.6 and earlier.
groupPath
- The path of the group to create.sizeHint
- The estimated size of all group entries (in bytes).@Deprecated void createGroup(java.lang.String groupPath, int maxCompact, int minDense)
IHDF5Writer.object()
instead.All intermediate groups will be created as well, if they do not already exist.
Note: This method creates a "new-style group", that is the type of group of HDF5 1.8 and above. Thus it will fail, if the writer is configured to enforce HDF5 1.6 compatibility.
groupPath
- The path of the group to create.maxCompact
- When the group grows to more than this number of entries, the library will
convert the group style from compact to dense.minDense
- When the group shrinks below this number of entries, the library will convert
the group style from dense to compact.@Deprecated void setDataSetSize(java.lang.String objectPath, long newSize)
IHDF5Writer.object()
instead.HDF5JavaException
- If the data set objectPath is not extendable.@Deprecated void setDataSetDimensions(java.lang.String objectPath, long[] newDimensions)
IHDF5Writer.object()
instead.HDF5JavaException
- If the data set objectPath is not extendable.@Deprecated void setTypeVariant(java.lang.String objectPath, HDF5DataTypeVariant typeVariant)
IHDF5Writer.object()
instead.objectPath
- The name of the object to add the type variant to.typeVariant
- The type variant to add.@Deprecated void setTypeVariant(java.lang.String objectPath, java.lang.String attributeName, HDF5DataTypeVariant typeVariant)
IHDF5Writer.object()
instead.objectPath
- The name of the object.attributeName
- The name of attribute to add the type variant to.typeVariant
- The type variant to add.@Deprecated void deleteTypeVariant(java.lang.String objectPath)
IHDF5Writer.object()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to delete the type variant from.@Deprecated void deleteTypeVariant(java.lang.String objectPath, java.lang.String attributeName)
IHDF5Writer.object()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object.attributeName
- The name of the attribute to delete the type variant from.@Deprecated void deleteAttribute(java.lang.String objectPath, java.lang.String name)
IHDF5Writer.object()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to delete the attribute from.name
- The name of the attribute to delete.@Deprecated void writeOpaqueByteArray(java.lang.String objectPath, java.lang.String tag, byte[] data)
IHDF5Writer.opaque()
instead.byte
array (of rank 1).
Note that there is no dedicated method for reading opaque types. Use the method
IHDF5OpaqueReader.readArray(String)
instead.
objectPath
- The name (including path information) of the data set object in the file.tag
- The tag of the data set.data
- The data to write. Must not be null
.@Deprecated void writeOpaqueByteArray(java.lang.String objectPath, java.lang.String tag, byte[] data, HDF5GenericStorageFeatures features)
IHDF5Writer.opaque()
instead.byte
array (of rank 1).
Note that there is no dedicated method for reading opaque types. Use the method
IHDF5OpaqueReader.readArray(String)
instead.
objectPath
- The name (including path information) of the data set object in the file.tag
- The tag of the data set.data
- The data to write. Must not be null
.features
- The storage features of the data set.@Deprecated HDF5OpaqueType createOpaqueByteArray(java.lang.String objectPath, java.lang.String tag, long size, int blockSize)
IHDF5Writer.opaque()
instead.byte
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the byte array to create.blockSize
- The size of on block (for block-wise IO)HDF5OpaqueType
that can be used in methods
writeOpaqueByteArrayBlock(String, HDF5OpaqueType, byte[], long)
and
writeOpaqueByteArrayBlockWithOffset(String, HDF5OpaqueType, byte[], int, long)
to represent this opaque type.@Deprecated HDF5OpaqueType createOpaqueByteArray(java.lang.String objectPath, java.lang.String tag, int size)
IHDF5Writer.opaque()
instead.byte
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the byte array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.HDF5OpaqueType
that can be used in methods
writeOpaqueByteArrayBlock(String, HDF5OpaqueType, byte[], long)
and
writeOpaqueByteArrayBlockWithOffset(String, HDF5OpaqueType, byte[], int, long)
to represent this opaque type.@Deprecated HDF5OpaqueType createOpaqueByteArray(java.lang.String objectPath, java.lang.String tag, long size, int blockSize, HDF5GenericStorageFeatures features)
IHDF5Writer.opaque()
instead.byte
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the byte array to create.blockSize
- The size of on block (for block-wise IO)features
- The storage features of the data set.HDF5OpaqueType
that can be used in methods
writeOpaqueByteArrayBlock(String, HDF5OpaqueType, byte[], long)
and
writeOpaqueByteArrayBlockWithOffset(String, HDF5OpaqueType, byte[], int, long)
to represent this opaque type.@Deprecated HDF5OpaqueType createOpaqueByteArray(java.lang.String objectPath, java.lang.String tag, int size, HDF5GenericStorageFeatures features)
IHDF5Writer.opaque()
instead.byte
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the byte array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
HDF5GenericStorageFeatures
.features
- The storage features of the data set.HDF5OpaqueType
that can be used in methods
writeOpaqueByteArrayBlock(String, HDF5OpaqueType, byte[], long)
and
writeOpaqueByteArrayBlockWithOffset(String, HDF5OpaqueType, byte[], int, long)
to represent this opaque type.@Deprecated void writeOpaqueByteArrayBlock(java.lang.String objectPath, HDF5OpaqueType dataType, byte[] data, long blockNumber)
IHDF5Writer.opaque()
instead.byte
array (of rank
1). The data set needs to have been created by
createOpaqueByteArray(String, String, long, int, HDF5GenericStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createOpaqueByteArray(String, String, long, int, HDF5GenericStorageFeatures)
call
that was used to created the data set.
Note that there is no dedicated method for reading opaque types. Use the method
IHDF5OpaqueReader.readArrayBlock(String, int, long)
instead.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeOpaqueByteArrayBlockWithOffset(java.lang.String objectPath, HDF5OpaqueType dataType, byte[] data, int dataSize, long offset)
IHDF5Writer.opaque()
instead.byte
array (of rank
1). The data set needs to have been created by
createOpaqueByteArray(String, String, long, int, HDF5GenericStorageFeatures)
beforehand.
Use this method instead of
writeOpaqueByteArrayBlock(String, HDF5OpaqueType, byte[], long)
if the total size of
the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createOpaqueByteArray(String, String, long, int, HDF5GenericStorageFeatures)
call
that was used to created the data set.
Note that there is no dedicated method for reading opaque types. Use the method
IHDF5OpaqueReader.readArrayBlockWithOffset(String, int, long)
instead.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.@Deprecated void setBooleanAttribute(java.lang.String objectPath, java.lang.String name, boolean value)
IHDF5Writer.bool()
.boolean
attribute to the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.void writeBoolean(java.lang.String objectPath, boolean value)
boolean
value.objectPath
- The name (including path information) of the data set object in the file.value
- The value of the data set.void writeBitField(java.lang.String objectPath, java.util.BitSet data)
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 this method cannot be read
back by IHDF5LongReader.readArray(String)
but will throw a
HDF5DatatypeInterfaceException
.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeBitField(java.lang.String objectPath, java.util.BitSet data, HDF5GenericStorageFeatures features)
IHDF5Writer.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 this method cannot be read
back by IHDF5LongReader.readArray(String)
but will throw a
HDF5DatatypeInterfaceException
.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.features
- The storage features of the data set.@Deprecated void createBitField(java.lang.String objectPath, int size)
IHDF5Writer.bool()
.objectPath
- The name (including path information) of the data set object in the file.size
- The size (in 64 bit words) of the bit field to create. This will be the total
size for non-extendable data sets and the size of one chunk for extendable
(chunked) data sets. For extendable data sets the initial size of the array will
be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createBitField(java.lang.String objectPath, long size, int blockSize)
IHDF5Writer.bool()
.objectPath
- The name (including path information) of the data set object in the file.size
- The size (in 64 bit words) of the bit field to create. When using extendable data
sets ((see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no
data set smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
).@Deprecated void createBitField(java.lang.String objectPath, int size, HDF5IntStorageFeatures features)
IHDF5Writer.bool()
.objectPath
- The name (including path information) of the data set object in the file.size
- The size (in 64 bit words) of the bit field to create. This will be the total
size for non-extendable data sets and the size of one chunk for extendable
(chunked) data sets. For extendable data sets the initial size of the array will
be 0, see HDF5IntStorageFeatures
.features
- The storage features of the data set.@Deprecated void createBitField(java.lang.String objectPath, long size, int blockSize, HDF5IntStorageFeatures features)
IHDF5Writer.bool()
.objectPath
- The name (including path information) of the data set object in the file.size
- The size (in 64 bit words) of the bit field to create. When using extendable data
sets ((see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no
data set smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)
and features
is HDF5IntStorageFeature.INTNO_COMPRESSION
.features
- The storage features of the data set.@Deprecated void writeBitFieldBlock(java.lang.String objectPath, java.util.BitSet data, int dataSize, long blockNumber)
IHDF5Writer.bool()
.createBitField(String, long, int, HDF5IntStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createBitField(String, long, int, HDF5IntStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
blockNumber
- The number of the block to write.@Deprecated void writeBitFieldBlockWithOffset(java.lang.String objectPath, java.util.BitSet data, int dataSize, long offset)
IHDF5Writer.bool()
.long
array (of rank 1). The data set needs to have been
created by createBitField(String, long, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeBitFieldBlock(String, BitSet, int, long)
if the
total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createBitField(String, long, int, HDF5IntStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
offset
- The offset in the data set to start writing to.@Deprecated void setByteAttribute(java.lang.String objectPath, java.lang.String name, byte value)
IHDF5Writer.int8()
.byte
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setByteArrayAttribute(java.lang.String objectPath, java.lang.String name, byte[] value)
IHDF5Writer.int8()
.byte[]
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setByteMDArrayAttribute(java.lang.String objectPath, java.lang.String name, MDByteArray value)
IHDF5Writer.int8()
.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setByteMatrixAttribute(java.lang.String objectPath, java.lang.String name, byte[][] value)
IHDF5Writer.int8()
.byte[][]
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void writeByte(java.lang.String objectPath, byte value)
IHDF5Writer.int8()
.byte
value.objectPath
- The name (including path information) of the data set object in the file.value
- The value to write.void writeByteArray(java.lang.String objectPath, byte[] data)
byte
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeByteArray(java.lang.String objectPath, byte[] data, HDF5IntStorageFeatures features)
IHDF5Writer.int8()
.byte
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.features
- The storage features of the data set.@Deprecated void createByteArray(java.lang.String objectPath, int size)
IHDF5Writer.int8()
.byte
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the byte array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createByteArray(java.lang.String objectPath, long size, int blockSize)
IHDF5Writer.int8()
.byte
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the byte array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
).@Deprecated void createByteArray(java.lang.String objectPath, int size, HDF5IntStorageFeatures features)
IHDF5Writer.int8()
.byte
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the byte array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
HDF5IntStorageFeatures
.features
- The storage features of the data set.@Deprecated void createByteArray(java.lang.String objectPath, long size, int blockSize, HDF5IntStorageFeatures features)
IHDF5Writer.int8()
.byte
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the byte array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)
and features
is HDF5IntStorageFeature.INTNO_COMPRESSION
.features
- The storage features of the data set.@Deprecated void writeByteArrayBlock(java.lang.String objectPath, byte[] data, long blockNumber)
IHDF5Writer.int8()
.byte
array (of rank 1). The data set needs to have been
created by createByteArray(String, long, int, HDF5IntStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createByteArray(String, long, int, HDF5IntStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeByteArrayBlockWithOffset(java.lang.String objectPath, byte[] data, int dataSize, long offset)
IHDF5Writer.int8()
.byte
array (of rank 1). The data set needs to have been
created by createByteArray(String, long, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeByteArrayBlock(String, byte[], long)
if the total
size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createByteArray(String, long, int, HDF5IntStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.@Deprecated void writeByteMatrix(java.lang.String objectPath, byte[][] data)
IHDF5Writer.int8()
.byte
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.@Deprecated void writeByteMatrix(java.lang.String objectPath, byte[][] data, HDF5IntStorageFeatures features)
IHDF5Writer.int8()
.byte
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.features
- The storage features of the data set.@Deprecated void createByteMatrix(java.lang.String objectPath, int blockSizeX, int blockSizeY)
IHDF5Writer.int8()
.byte
matrix (array of rank 2). The initial size of the matrix is 0.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.@Deprecated void createByteMatrix(java.lang.String objectPath, long sizeX, long sizeY, int blockSizeX, int blockSizeY)
IHDF5Writer.int8()
.byte
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.sizeX
- The size of the x dimension of the byte matrix to create.sizeY
- The size of the y dimension of the byte matrix to create.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.@Deprecated void createByteMatrix(java.lang.String objectPath, long sizeX, long sizeY, int blockSizeX, int blockSizeY, HDF5IntStorageFeatures features)
IHDF5Writer.int8()
.byte
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.sizeX
- The size of the x dimension of the byte matrix to create.sizeY
- The size of the y dimension of the byte matrix to create.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.features
- The storage features of the data set.@Deprecated void writeByteMatrixBlock(java.lang.String objectPath, byte[][] data, long blockNumberX, long blockNumberY)
IHDF5Writer.int8()
.byte
matrix (array of rank 2). The data set needs to
have been created by
createByteMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of
createByteMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
if the total
size of the data set is not a multiple of the block size.
Note: For best performance, the size of data in this method should match
the blockSizeX/Y arguments of the
createByteMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumberX
- The block number in the x dimension (offset: multiply with
data.length
).blockNumberY
- The block number in the y dimension (offset: multiply with
data[0.length
).@Deprecated void writeByteMatrixBlockWithOffset(java.lang.String objectPath, byte[][] data, long offsetX, long offsetY)
IHDF5Writer.int8()
.byte
matrix (array of rank 2). The data set needs to
have been created by
createByteMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeByteMatrixBlock(String, byte[][], long, long)
if the
total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createByteMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write.offsetX
- The x offset in the data set to start writing to.offsetY
- The y offset in the data set to start writing to.@Deprecated void writeByteMatrixBlockWithOffset(java.lang.String objectPath, byte[][] data, int dataSizeX, int dataSizeY, long offsetX, long offsetY)
IHDF5Writer.int8()
.byte
matrix (array of rank 2). The data set needs to
have been created by
createByteMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeByteMatrixBlock(String, byte[][], long, long)
if the
total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createByteMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write.dataSizeX
- The (real) size of data
along the x axis (needs to be
<= data.length
)dataSizeY
- The (real) size of data
along the y axis (needs to be
<= data[0].length
)offsetX
- The x offset in the data set to start writing to.offsetY
- The y offset in the data set to start writing to.@Deprecated void writeByteMDArray(java.lang.String objectPath, MDByteArray data)
IHDF5Writer.int8()
.byte
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.@Deprecated void writeByteMDArray(java.lang.String objectPath, MDByteArray data, HDF5IntStorageFeatures features)
IHDF5Writer.int8()
.byte
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.features
- The storage features of the data set.@Deprecated void createByteMDArray(java.lang.String objectPath, int[] dimensions)
IHDF5Writer.int8()
.byte
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the byte array to create. This will be the total
dimensions for non-extendable data sets and the dimensions of one chunk (extent
along each axis) for extendable (chunked) data sets. For extendable data sets the
initial size of the array along each axis will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createByteMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions)
IHDF5Writer.int8()
.byte
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.@Deprecated void createByteMDArray(java.lang.String objectPath, int[] dimensions, HDF5IntStorageFeatures features)
IHDF5Writer.int8()
.byte
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array. Will be the total dimensions for
non-extendable data sets and the dimensions of one chunk for extendable (chunked)
data sets For extendable data sets the initial size of the array along each axis
will be 0, see HDF5IntStorageFeatures
.features
- The storage features of the data set.@Deprecated void createByteMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions, HDF5IntStorageFeatures features)
IHDF5Writer.int8()
.byte
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.features
- The storage features of the data set.@Deprecated void writeByteMDArrayBlock(java.lang.String objectPath, MDByteArray data, long[] blockNumber)
IHDF5Writer.int8()
.byte
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.blockNumber
- The block number in each dimension (offset: multiply with the extend in
the according dimension).@Deprecated void writeByteMDArrayBlockWithOffset(java.lang.String objectPath, MDByteArray data, long[] offset)
IHDF5Writer.int8()
.byte
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.offset
- The offset in the data set to start writing to in each dimension.@Deprecated void writeByteMDArrayBlockWithOffset(java.lang.String objectPath, MDByteArray data, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Writer.int8()
.byte
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.blockDimensions
- The dimensions of the block to write to the data set.offset
- The offset of the block in the data set to start writing to in each dimension.memoryOffset
- The offset of the block in the data array.@Deprecated void setShortAttribute(java.lang.String objectPath, java.lang.String name, short value)
IHDF5Writer.int16()
.short
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setShortArrayAttribute(java.lang.String objectPath, java.lang.String name, short[] value)
IHDF5Writer.int16()
.short[]
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setShortMDArrayAttribute(java.lang.String objectPath, java.lang.String name, MDShortArray value)
IHDF5Writer.int16()
.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setShortMatrixAttribute(java.lang.String objectPath, java.lang.String name, short[][] value)
IHDF5Writer.int16()
.short[][]
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void writeShort(java.lang.String objectPath, short value)
IHDF5Writer.int16()
.short
value.objectPath
- The name (including path information) of the data set object in the file.value
- The value to write.@Deprecated void writeShortArray(java.lang.String objectPath, short[] data)
IHDF5Writer.int16()
.short
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeShortArray(java.lang.String objectPath, short[] data, HDF5IntStorageFeatures features)
IHDF5Writer.int16()
.short
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.features
- The storage features of the data set.@Deprecated void createShortArray(java.lang.String objectPath, int size)
IHDF5Writer.int16()
.short
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the short array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createShortArray(java.lang.String objectPath, long size, int blockSize)
IHDF5Writer.int16()
.short
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the short array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
).@Deprecated void createShortArray(java.lang.String objectPath, int size, HDF5IntStorageFeatures features)
IHDF5Writer.int16()
.short
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the short array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
HDF5IntStorageFeatures
.features
- The storage features of the data set.@Deprecated void createShortArray(java.lang.String objectPath, long size, int blockSize, HDF5IntStorageFeatures features)
IHDF5Writer.int16()
.short
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the short array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)
and features
is HDF5IntStorageFeature.INTNO_COMPRESSION
.features
- The storage features of the data set.@Deprecated void writeShortArrayBlock(java.lang.String objectPath, short[] data, long blockNumber)
IHDF5Writer.int16()
.short
array (of rank 1). The data set needs to have been
created by createShortArray(String, long, int, HDF5IntStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createShortArray(String, long, int, HDF5IntStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeShortArrayBlockWithOffset(java.lang.String objectPath, short[] data, int dataSize, long offset)
IHDF5Writer.int16()
.short
array (of rank 1). The data set needs to have been
created by createShortArray(String, long, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeShortArrayBlock(String, short[], long)
if the total
size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createShortArray(String, long, int, HDF5IntStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.@Deprecated void writeShortMatrix(java.lang.String objectPath, short[][] data)
IHDF5Writer.int16()
.short
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.@Deprecated void writeShortMatrix(java.lang.String objectPath, short[][] data, HDF5IntStorageFeatures features)
IHDF5Writer.int16()
.short
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.features
- The storage features of the data set.@Deprecated void createShortMatrix(java.lang.String objectPath, int blockSizeX, int blockSizeY)
IHDF5Writer.int16()
.short
matrix (array of rank 2). The initial size of the matrix is 0.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.@Deprecated void createShortMatrix(java.lang.String objectPath, long sizeX, long sizeY, int blockSizeX, int blockSizeY)
IHDF5Writer.int16()
.short
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.sizeX
- The size of the x dimension of the short matrix to create.sizeY
- The size of the y dimension of the short matrix to create.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.@Deprecated void createShortMatrix(java.lang.String objectPath, long sizeX, long sizeY, int blockSizeX, int blockSizeY, HDF5IntStorageFeatures features)
IHDF5Writer.int16()
.short
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.sizeX
- The size of the x dimension of the short matrix to create.sizeY
- The size of the y dimension of the short matrix to create.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.features
- The storage features of the data set.@Deprecated void writeShortMatrixBlock(java.lang.String objectPath, short[][] data, long blockNumberX, long blockNumberY)
IHDF5Writer.int16()
.short
matrix (array of rank 2). The data set needs to
have been created by
createShortMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of
createShortMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
if the total
size of the data set is not a multiple of the block size.
Note: For best performance, the size of data in this method should match
the blockSizeX/Y arguments of the
createShortMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
call that
was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumberX
- The block number in the x dimension (offset: multiply with
data.length
).blockNumberY
- The block number in the y dimension (offset: multiply with
data[0.length
).@Deprecated void writeShortMatrixBlockWithOffset(java.lang.String objectPath, short[][] data, long offsetX, long offsetY)
IHDF5Writer.int16()
.short
matrix (array of rank 2). The data set needs to
have been created by
createShortMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeShortMatrixBlock(String, short[][], long, long)
if
the total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createShortMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
call that
was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write.offsetX
- The x offset in the data set to start writing to.offsetY
- The y offset in the data set to start writing to.@Deprecated void writeShortMatrixBlockWithOffset(java.lang.String objectPath, short[][] data, int dataSizeX, int dataSizeY, long offsetX, long offsetY)
IHDF5Writer.int16()
.short
matrix (array of rank 2). The data set needs to
have been created by
createShortMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeShortMatrixBlock(String, short[][], long, long)
if
the total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createShortMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
call that
was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write.dataSizeX
- The (real) size of data
along the x axis (needs to be
<= data.length
)dataSizeY
- The (real) size of data
along the y axis (needs to be
<= data[0].length
)offsetX
- The x offset in the data set to start writing to.offsetY
- The y offset in the data set to start writing to.@Deprecated void writeShortMDArray(java.lang.String objectPath, MDShortArray data)
IHDF5Writer.int16()
.short
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.@Deprecated void writeShortMDArray(java.lang.String objectPath, MDShortArray data, HDF5IntStorageFeatures features)
IHDF5Writer.int16()
.short
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.features
- The storage features of the data set.@Deprecated void createShortMDArray(java.lang.String objectPath, int[] dimensions)
IHDF5Writer.int16()
.short
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the short array to create. This will be the total
dimensions for non-extendable data sets and the dimensions of one chunk (extent
along each axis) for extendable (chunked) data sets. For extendable data sets the
initial size of the array along each axis will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createShortMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions)
IHDF5Writer.int16()
.short
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.@Deprecated void createShortMDArray(java.lang.String objectPath, int[] dimensions, HDF5IntStorageFeatures features)
IHDF5Writer.int16()
.short
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array. Will be the total dimensions for
non-extendable data sets and the dimensions of one chunk for extendable (chunked)
data sets For extendable data sets the initial size of the array along each axis
will be 0, see HDF5IntStorageFeatures
.features
- The storage features of the data set.@Deprecated void createShortMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions, HDF5IntStorageFeatures features)
IHDF5Writer.int16()
.short
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.features
- The storage features of the data set.@Deprecated void writeShortMDArrayBlock(java.lang.String objectPath, MDShortArray data, long[] blockNumber)
IHDF5Writer.int16()
.short
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.blockNumber
- The block number in each dimension (offset: multiply with the extend in
the according dimension).@Deprecated void writeShortMDArrayBlockWithOffset(java.lang.String objectPath, MDShortArray data, long[] offset)
IHDF5Writer.int16()
.short
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.offset
- The offset in the data set to start writing to in each dimension.@Deprecated void writeShortMDArrayBlockWithOffset(java.lang.String objectPath, MDShortArray data, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Writer.int16()
.short
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.blockDimensions
- The dimensions of the block to write to the data set.offset
- The offset of the block in the data set to start writing to in each dimension.memoryOffset
- The offset of the block in the data array.@Deprecated void setIntAttribute(java.lang.String objectPath, java.lang.String name, int value)
IHDF5Writer.int32()
.int
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setIntArrayAttribute(java.lang.String objectPath, java.lang.String name, int[] value)
IHDF5Writer.int32()
.int[]
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setIntMDArrayAttribute(java.lang.String objectPath, java.lang.String name, MDIntArray value)
IHDF5Writer.int32()
.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.void setIntMatrixAttribute(java.lang.String objectPath, java.lang.String name, int[][] value)
int[][]
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.void writeInt(java.lang.String objectPath, int value)
int
value.objectPath
- The name (including path information) of the data set object in the file.value
- The value to write.void writeIntArray(java.lang.String objectPath, int[] data)
int
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeIntArray(java.lang.String objectPath, int[] data, HDF5IntStorageFeatures features)
IHDF5Writer.int32()
.int
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.features
- The storage features of the data set.@Deprecated void createIntArray(java.lang.String objectPath, int size)
IHDF5Writer.int32()
.int
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the int array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createIntArray(java.lang.String objectPath, long size, int blockSize)
IHDF5Writer.int32()
.int
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the int array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
).@Deprecated void createIntArray(java.lang.String objectPath, int size, HDF5IntStorageFeatures features)
IHDF5Writer.int32()
.int
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the int array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
HDF5IntStorageFeatures
.features
- The storage features of the data set.@Deprecated void createIntArray(java.lang.String objectPath, long size, int blockSize, HDF5IntStorageFeatures features)
IHDF5Writer.int32()
.int
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the int array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)
and features
is HDF5IntStorageFeature.INTNO_COMPRESSION
.features
- The storage features of the data set.@Deprecated void writeIntArrayBlock(java.lang.String objectPath, int[] data, long blockNumber)
IHDF5Writer.int32()
.int
array (of rank 1). The data set needs to have been
created by createIntArray(String, long, int, HDF5IntStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createIntArray(String, long, int, HDF5IntStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeIntArrayBlockWithOffset(java.lang.String objectPath, int[] data, int dataSize, long offset)
IHDF5Writer.int32()
.int
array (of rank 1). The data set needs to have been
created by createIntArray(String, long, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeIntArrayBlock(String, int[], long)
if the total size
of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createIntArray(String, long, int, HDF5IntStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.void writeIntMatrix(java.lang.String objectPath, int[][] data)
int
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.@Deprecated void writeIntMatrix(java.lang.String objectPath, int[][] data, HDF5IntStorageFeatures features)
IHDF5Writer.int32()
.int
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.features
- The storage features of the data set.@Deprecated void createIntMatrix(java.lang.String objectPath, int blockSizeX, int blockSizeY)
IHDF5Writer.int32()
.int
matrix (array of rank 2). The initial size of the matrix is 0.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.@Deprecated void createIntMatrix(java.lang.String objectPath, long sizeX, long sizeY, int blockSizeX, int blockSizeY)
IHDF5Writer.int32()
.int
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.sizeX
- The size of the x dimension of the int matrix to create.sizeY
- The size of the y dimension of the int matrix to create.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.@Deprecated void createIntMatrix(java.lang.String objectPath, long sizeX, long sizeY, int blockSizeX, int blockSizeY, HDF5IntStorageFeatures features)
IHDF5Writer.int32()
.int
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.sizeX
- The size of the x dimension of the int matrix to create.sizeY
- The size of the y dimension of the int matrix to create.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.features
- The storage features of the data set.@Deprecated void writeIntMatrixBlock(java.lang.String objectPath, int[][] data, long blockNumberX, long blockNumberY)
IHDF5Writer.int32()
.int
matrix (array of rank 2). The data set needs to have
been created by
createIntMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of
createIntMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
if the total
size of the data set is not a multiple of the block size.
Note: For best performance, the size of data in this method should match
the blockSizeX/Y arguments of the
createIntMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumberX
- The block number in the x dimension (offset: multiply with
data.length
).blockNumberY
- The block number in the y dimension (offset: multiply with
data[0.length
).@Deprecated void writeIntMatrixBlockWithOffset(java.lang.String objectPath, int[][] data, long offsetX, long offsetY)
IHDF5Writer.int32()
.int
matrix (array of rank 2). The data set needs to have
been created by
createIntMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeIntMatrixBlock(String, int[][], long, long)
if the
total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createIntMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write.offsetX
- The x offset in the data set to start writing to.offsetY
- The y offset in the data set to start writing to.@Deprecated void writeIntMatrixBlockWithOffset(java.lang.String objectPath, int[][] data, int dataSizeX, int dataSizeY, long offsetX, long offsetY)
IHDF5Writer.int32()
.int
matrix (array of rank 2). The data set needs to have
been created by
createIntMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeIntMatrixBlock(String, int[][], long, long)
if the
total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createIntMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write.dataSizeX
- The (real) size of data
along the x axis (needs to be
<= data.length
)dataSizeY
- The (real) size of data
along the y axis (needs to be
<= data[0].length
)offsetX
- The x offset in the data set to start writing to.offsetY
- The y offset in the data set to start writing to.@Deprecated void writeIntMDArray(java.lang.String objectPath, MDIntArray data)
IHDF5Writer.int32()
.int
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.@Deprecated void writeIntMDArray(java.lang.String objectPath, MDIntArray data, HDF5IntStorageFeatures features)
IHDF5Writer.int32()
.int
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.features
- The storage features of the data set.@Deprecated void createIntMDArray(java.lang.String objectPath, int[] dimensions)
IHDF5Writer.int32()
.int
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the int array to create. This will be the total
dimensions for non-extendable data sets and the dimensions of one chunk (extent
along each axis) for extendable (chunked) data sets. For extendable data sets the
initial size of the array along each axis will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createIntMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions)
IHDF5Writer.int32()
.int
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.@Deprecated void createIntMDArray(java.lang.String objectPath, int[] dimensions, HDF5IntStorageFeatures features)
IHDF5Writer.int32()
.int
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array. Will be the total dimensions for
non-extendable data sets and the dimensions of one chunk for extendable (chunked)
data sets For extendable data sets the initial size of the array along each axis
will be 0, see HDF5IntStorageFeatures
.features
- The storage features of the data set.@Deprecated void createIntMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions, HDF5IntStorageFeatures features)
IHDF5Writer.int32()
.int
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.features
- The storage features of the data set.@Deprecated void writeIntMDArrayBlock(java.lang.String objectPath, MDIntArray data, long[] blockNumber)
IHDF5Writer.int32()
.int
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.blockNumber
- The block number in each dimension (offset: multiply with the extend in
the according dimension).@Deprecated void writeIntMDArrayBlockWithOffset(java.lang.String objectPath, MDIntArray data, long[] offset)
IHDF5Writer.int32()
.int
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.offset
- The offset in the data set to start writing to in each dimension.@Deprecated void writeIntMDArrayBlockWithOffset(java.lang.String objectPath, MDIntArray data, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Writer.int32()
.int
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.blockDimensions
- The dimensions of the block to write to the data set.offset
- The offset of the block in the data set to start writing to in each dimension.memoryOffset
- The offset of the block in the data array.@Deprecated void setLongAttribute(java.lang.String objectPath, java.lang.String name, long value)
IHDF5Writer.int64()
.long
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setLongArrayAttribute(java.lang.String objectPath, java.lang.String name, long[] value)
IHDF5Writer.int64()
.long[]
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setLongMDArrayAttribute(java.lang.String objectPath, java.lang.String name, MDLongArray value)
IHDF5Writer.int64()
.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setLongMatrixAttribute(java.lang.String objectPath, java.lang.String name, long[][] value)
IHDF5Writer.int64()
.long[][]
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.void writeLong(java.lang.String objectPath, long value)
long
value.objectPath
- The name (including path information) of the data set object in the file.value
- The value to write.void writeLongArray(java.lang.String objectPath, long[] data)
long
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeLongArray(java.lang.String objectPath, long[] data, HDF5IntStorageFeatures features)
IHDF5Writer.int64()
.long
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.features
- The storage features of the data set.@Deprecated void createLongArray(java.lang.String objectPath, int size)
IHDF5Writer.int64()
.long
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the long array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createLongArray(java.lang.String objectPath, long size, int blockSize)
IHDF5Writer.int64()
.long
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the long array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
).@Deprecated void createLongArray(java.lang.String objectPath, int size, HDF5IntStorageFeatures features)
IHDF5Writer.int64()
.long
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the long array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
HDF5IntStorageFeatures
.features
- The storage features of the data set.@Deprecated void createLongArray(java.lang.String objectPath, long size, int blockSize, HDF5IntStorageFeatures features)
IHDF5Writer.int64()
.long
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the long array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)
and features
is HDF5IntStorageFeature.INTNO_COMPRESSION
.features
- The storage features of the data set.@Deprecated void writeLongArrayBlock(java.lang.String objectPath, long[] data, long blockNumber)
IHDF5Writer.int64()
.long
array (of rank 1). The data set needs to have been
created by createLongArray(String, long, int, HDF5IntStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createLongArray(String, long, int, HDF5IntStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeLongArrayBlockWithOffset(java.lang.String objectPath, long[] data, int dataSize, long offset)
IHDF5Writer.int64()
.long
array (of rank 1). The data set needs to have been
created by createLongArray(String, long, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeLongArrayBlock(String, long[], long)
if the total
size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createLongArray(String, long, int, HDF5IntStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.void writeLongMatrix(java.lang.String objectPath, long[][] data)
long
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.@Deprecated void writeLongMatrix(java.lang.String objectPath, long[][] data, HDF5IntStorageFeatures features)
IHDF5Writer.int64()
.long
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.features
- The storage features of the data set.@Deprecated void createLongMatrix(java.lang.String objectPath, int blockSizeX, int blockSizeY)
IHDF5Writer.int64()
.long
matrix (array of rank 2). The initial size of the matrix is 0.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.@Deprecated void createLongMatrix(java.lang.String objectPath, long sizeX, long sizeY, int blockSizeX, int blockSizeY)
IHDF5Writer.int64()
.long
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.sizeX
- The size of the x dimension of the long matrix to create.sizeY
- The size of the y dimension of the long matrix to create.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.@Deprecated void createLongMatrix(java.lang.String objectPath, long sizeX, long sizeY, int blockSizeX, int blockSizeY, HDF5IntStorageFeatures features)
IHDF5Writer.int64()
.long
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.sizeX
- The size of the x dimension of the long matrix to create.sizeY
- The size of the y dimension of the long matrix to create.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.features
- The storage features of the data set.@Deprecated void writeLongMatrixBlock(java.lang.String objectPath, long[][] data, long blockNumberX, long blockNumberY)
IHDF5Writer.int64()
.long
matrix (array of rank 2). The data set needs to
have been created by
createLongMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of
createLongMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
if the total
size of the data set is not a multiple of the block size.
Note: For best performance, the size of data in this method should match
the blockSizeX/Y arguments of the
createLongMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumberX
- The block number in the x dimension (offset: multiply with
data.length
).blockNumberY
- The block number in the y dimension (offset: multiply with
data[0.length
).@Deprecated void writeLongMatrixBlockWithOffset(java.lang.String objectPath, long[][] data, long offsetX, long offsetY)
IHDF5Writer.int64()
.long
matrix (array of rank 2). The data set needs to
have been created by
createLongMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeLongMatrixBlock(String, long[][], long, long)
if the
total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createLongMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write.offsetX
- The x offset in the data set to start writing to.offsetY
- The y offset in the data set to start writing to.@Deprecated void writeLongMatrixBlockWithOffset(java.lang.String objectPath, long[][] data, int dataSizeX, int dataSizeY, long offsetX, long offsetY)
IHDF5Writer.int64()
.long
matrix (array of rank 2). The data set needs to
have been created by
createLongMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
beforehand.
Use this method instead of writeLongMatrixBlock(String, long[][], long, long)
if the
total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createLongMatrix(String, long, long, int, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write.dataSizeX
- The (real) size of data
along the x axis (needs to be
<= data.length
)dataSizeY
- The (real) size of data
along the y axis (needs to be
<= data[0].length
)offsetX
- The x offset in the data set to start writing to.offsetY
- The y offset in the data set to start writing to.@Deprecated void writeLongMDArray(java.lang.String objectPath, MDLongArray data)
IHDF5Writer.int64()
.long
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.@Deprecated void writeLongMDArray(java.lang.String objectPath, MDLongArray data, HDF5IntStorageFeatures features)
IHDF5Writer.int64()
.long
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.features
- The storage features of the data set.@Deprecated void createLongMDArray(java.lang.String objectPath, int[] dimensions)
IHDF5Writer.int64()
.long
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the long array to create. This will be the total
dimensions for non-extendable data sets and the dimensions of one chunk (extent
along each axis) for extendable (chunked) data sets. For extendable data sets the
initial size of the array along each axis will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createLongMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions)
IHDF5Writer.int64()
.long
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.@Deprecated void createLongMDArray(java.lang.String objectPath, int[] dimensions, HDF5IntStorageFeatures features)
IHDF5Writer.int64()
.long
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array. Will be the total dimensions for
non-extendable data sets and the dimensions of one chunk for extendable (chunked)
data sets For extendable data sets the initial size of the array along each axis
will be 0, see HDF5IntStorageFeatures
.features
- The storage features of the data set.@Deprecated void createLongMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions, HDF5IntStorageFeatures features)
IHDF5Writer.int64()
.long
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.features
- The storage features of the data set.@Deprecated void writeLongMDArrayBlock(java.lang.String objectPath, MDLongArray data, long[] blockNumber)
IHDF5Writer.int64()
.long
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.blockNumber
- The block number in each dimension (offset: multiply with the extend in
the according dimension).@Deprecated void writeLongMDArrayBlockWithOffset(java.lang.String objectPath, MDLongArray data, long[] offset)
IHDF5Writer.int64()
.long
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.offset
- The offset in the data set to start writing to in each dimension.@Deprecated void writeLongMDArrayBlockWithOffset(java.lang.String objectPath, MDLongArray data, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Writer.int64()
.long
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.blockDimensions
- The dimensions of the block to write to the data set.offset
- The offset of the block in the data set to start writing to in each dimension.memoryOffset
- The offset of the block in the data array.@Deprecated void setFloatAttribute(java.lang.String objectPath, java.lang.String name, float value)
IHDF5Writer.float32()
.float
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setFloatArrayAttribute(java.lang.String objectPath, java.lang.String name, float[] value)
IHDF5Writer.float32()
.float[]
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setFloatMDArrayAttribute(java.lang.String objectPath, java.lang.String name, MDFloatArray value)
IHDF5Writer.float32()
.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setFloatMatrixAttribute(java.lang.String objectPath, java.lang.String name, float[][] value)
IHDF5Writer.float32()
.float[][]
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.void writeFloat(java.lang.String objectPath, float value)
float
value.objectPath
- The name (including path information) of the data set object in the file.value
- The value to write.void writeFloatArray(java.lang.String objectPath, float[] data)
float
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeFloatArray(java.lang.String objectPath, float[] data, HDF5FloatStorageFeatures features)
IHDF5Writer.float32()
.float
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.features
- The storage features of the data set.@Deprecated void createFloatArray(java.lang.String objectPath, int size)
IHDF5Writer.float32()
.float
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the float array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createFloatArray(java.lang.String objectPath, long size, int blockSize)
IHDF5Writer.float32()
.float
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the float array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
).@Deprecated void createFloatArray(java.lang.String objectPath, int size, HDF5FloatStorageFeatures features)
IHDF5Writer.float32()
.float
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the float array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
HDF5FloatStorageFeatures
.features
- The storage features of the data set.@Deprecated void createFloatArray(java.lang.String objectPath, long size, int blockSize, HDF5FloatStorageFeatures features)
IHDF5Writer.float32()
.float
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the float array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)
and features
is
HDF5FloatStorageFeature.FLOATNO_COMPRESSION
.features
- The storage features of the data set.@Deprecated void writeFloatArrayBlock(java.lang.String objectPath, float[] data, long blockNumber)
IHDF5Writer.float32()
.float
array (of rank 1). The data set needs to have been
created by createFloatArray(String, long, int, HDF5FloatStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createFloatArray(String, long, int, HDF5FloatStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeFloatArrayBlockWithOffset(java.lang.String objectPath, float[] data, int dataSize, long offset)
IHDF5Writer.float32()
.float
array (of rank 1). The data set needs to have been
created by createFloatArray(String, long, int, HDF5FloatStorageFeatures)
beforehand.
Use this method instead of writeFloatArrayBlock(String, float[], long)
if the total
size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createFloatArray(String, long, int, HDF5FloatStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.void writeFloatMatrix(java.lang.String objectPath, float[][] data)
float
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.@Deprecated void writeFloatMatrix(java.lang.String objectPath, float[][] data, HDF5FloatStorageFeatures features)
IHDF5Writer.float32()
.float
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.features
- The storage features of the data set.@Deprecated void createFloatMatrix(java.lang.String objectPath, int blockSizeX, int blockSizeY)
IHDF5Writer.float32()
.float
matrix (array of rank 2). The initial size of the matrix is 0.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.@Deprecated void createFloatMatrix(java.lang.String objectPath, long sizeX, long sizeY, int blockSizeX, int blockSizeY)
IHDF5Writer.float32()
.float
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.sizeX
- The size of the x dimension of the float matrix to create.sizeY
- The size of the y dimension of the float matrix to create.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.@Deprecated void createFloatMatrix(java.lang.String objectPath, long sizeX, long sizeY, int blockSizeX, int blockSizeY, HDF5FloatStorageFeatures features)
IHDF5Writer.float32()
.float
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.sizeX
- The size of the x dimension of the float matrix to create.sizeY
- The size of the y dimension of the float matrix to create.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.features
- The storage features of the data set.@Deprecated void writeFloatMatrixBlock(java.lang.String objectPath, float[][] data, long blockNumberX, long blockNumberY)
IHDF5Writer.float32()
.float
matrix (array of rank 2). The data set needs to
have been created by
createFloatMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
beforehand.
Use this method instead of
createFloatMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
if the
total size of the data set is not a multiple of the block size.
Note: For best performance, the size of data in this method should match
the blockSizeX/Y arguments of the
createFloatMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
call that
was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumberX
- The block number in the x dimension (offset: multiply with
data.length
).blockNumberY
- The block number in the y dimension (offset: multiply with
data[0.length
).@Deprecated void writeFloatMatrixBlockWithOffset(java.lang.String objectPath, float[][] data, long offsetX, long offsetY)
IHDF5Writer.float32()
.float
matrix (array of rank 2). The data set needs to
have been created by
createFloatMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
beforehand.
Use this method instead of writeFloatMatrixBlock(String, float[][], long, long)
if
the total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createFloatMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
call that
was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write.offsetX
- The x offset in the data set to start writing to.offsetY
- The y offset in the data set to start writing to.@Deprecated void writeFloatMatrixBlockWithOffset(java.lang.String objectPath, float[][] data, int dataSizeX, int dataSizeY, long offsetX, long offsetY)
IHDF5Writer.float32()
.float
matrix (array of rank 2). The data set needs to
have been created by
createFloatMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
beforehand.
Use this method instead of writeFloatMatrixBlock(String, float[][], long, long)
if
the total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createFloatMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
call that
was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write.dataSizeX
- The (real) size of data
along the x axis (needs to be
<= data.length
)dataSizeY
- The (real) size of data
along the y axis (needs to be
<= data[0].length
)offsetX
- The x offset in the data set to start writing to.offsetY
- The y offset in the data set to start writing to.@Deprecated void writeFloatMDArray(java.lang.String objectPath, MDFloatArray data)
IHDF5Writer.float32()
.float
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.@Deprecated void writeFloatMDArray(java.lang.String objectPath, MDFloatArray data, HDF5FloatStorageFeatures features)
IHDF5Writer.float32()
.float
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.features
- The storage features of the data set.@Deprecated void createFloatMDArray(java.lang.String objectPath, int[] dimensions)
IHDF5Writer.float32()
.float
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the float array to create. This will be the total
dimensions for non-extendable data sets and the dimensions of one chunk (extent
along each axis) for extendable (chunked) data sets. For extendable data sets the
initial size of the array along each axis will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createFloatMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions)
IHDF5Writer.float32()
.float
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.@Deprecated void createFloatMDArray(java.lang.String objectPath, int[] dimensions, HDF5FloatStorageFeatures features)
IHDF5Writer.float32()
.float
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array. Will be the total dimensions for
non-extendable data sets and the dimensions of one chunk for extendable (chunked)
data sets For extendable data sets the initial size of the array along each axis
will be 0, see HDF5FloatStorageFeatures
.features
- The storage features of the data set.@Deprecated void createFloatMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions, HDF5FloatStorageFeatures features)
IHDF5Writer.float32()
.float
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.features
- The storage features of the data set.@Deprecated void writeFloatMDArrayBlock(java.lang.String objectPath, MDFloatArray data, long[] blockNumber)
IHDF5Writer.float32()
.float
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.blockNumber
- The block number in each dimension (offset: multiply with the extend in
the according dimension).@Deprecated void writeFloatMDArrayBlockWithOffset(java.lang.String objectPath, MDFloatArray data, long[] offset)
IHDF5Writer.float32()
.float
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.offset
- The offset in the data set to start writing to in each dimension.@Deprecated void writeFloatMDArrayBlockWithOffset(java.lang.String objectPath, MDFloatArray data, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Writer.float32()
.float
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.blockDimensions
- The dimensions of the block to write to the data set.offset
- The offset of the block in the data set to start writing to in each dimension.memoryOffset
- The offset of the block in the data array.@Deprecated void setDoubleAttribute(java.lang.String objectPath, java.lang.String name, double value)
IHDF5Writer.float64()
.double
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setDoubleArrayAttribute(java.lang.String objectPath, java.lang.String name, double[] value)
IHDF5Writer.float64()
.double[]
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setDoubleMDArrayAttribute(java.lang.String objectPath, java.lang.String name, MDDoubleArray value)
IHDF5Writer.float64()
.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setDoubleMatrixAttribute(java.lang.String objectPath, java.lang.String name, double[][] value)
IHDF5Writer.float64()
.double[][]
attribute on the referenced object.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.void writeDouble(java.lang.String objectPath, double value)
double
value.objectPath
- The name (including path information) of the data set object in the file.value
- The value to write.void writeDoubleArray(java.lang.String objectPath, double[] data)
double
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeDoubleArray(java.lang.String objectPath, double[] data, HDF5FloatStorageFeatures features)
IHDF5Writer.float64()
.double
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.features
- The storage features of the data set.@Deprecated void createDoubleArray(java.lang.String objectPath, int size)
IHDF5Writer.float64()
.double
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the double array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createDoubleArray(java.lang.String objectPath, long size, int blockSize)
IHDF5Writer.float64()
.double
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the double array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
).@Deprecated void createDoubleArray(java.lang.String objectPath, int size, HDF5FloatStorageFeatures features)
IHDF5Writer.float64()
.double
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the double array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
HDF5FloatStorageFeatures
.features
- The storage features of the data set.@Deprecated void createDoubleArray(java.lang.String objectPath, long size, int blockSize, HDF5FloatStorageFeatures features)
IHDF5Writer.float64()
.double
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.size
- The size of the double array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)
and features
is
HDF5FloatStorageFeature.FLOATNO_COMPRESSION
.features
- The storage features of the data set.@Deprecated void writeDoubleArrayBlock(java.lang.String objectPath, double[] data, long blockNumber)
IHDF5Writer.float64()
.double
array (of rank 1). The data set needs to have
been created by createDoubleArray(String, long, int, HDF5FloatStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createDoubleArray(String, long, int, HDF5FloatStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeDoubleArrayBlockWithOffset(java.lang.String objectPath, double[] data, int dataSize, long offset)
IHDF5Writer.float64()
.double
array (of rank 1). The data set needs to have
been created by createDoubleArray(String, long, int, HDF5FloatStorageFeatures)
beforehand.
Use this method instead of writeDoubleArrayBlock(String, double[], long)
if the
total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createDoubleArray(String, long, int, HDF5FloatStorageFeatures)
call that was used to
create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.void writeDoubleMatrix(java.lang.String objectPath, double[][] data)
double
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.@Deprecated void writeDoubleMatrix(java.lang.String objectPath, double[][] data, HDF5FloatStorageFeatures features)
IHDF5Writer.float64()
.double
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.features
- The storage features of the data set.@Deprecated void createDoubleMatrix(java.lang.String objectPath, int blockSizeX, int blockSizeY)
IHDF5Writer.float64()
.double
matrix (array of rank 2). The initial size of the matrix is 0.objectPath
- The name (including path information) of the data set object in the file.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.@Deprecated void createDoubleMatrix(java.lang.String objectPath, long sizeX, long sizeY, int blockSizeX, int blockSizeY)
IHDF5Writer.float64()
.double
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.sizeX
- The size of the x dimension of the double matrix to create.sizeY
- The size of the y dimension of the double matrix to create.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.@Deprecated void createDoubleMatrix(java.lang.String objectPath, long sizeX, long sizeY, int blockSizeX, int blockSizeY, HDF5FloatStorageFeatures features)
IHDF5Writer.float64()
.double
matrix (array of rank 2).objectPath
- The name (including path information) of the data set object in the file.sizeX
- The size of the x dimension of the double matrix to create.sizeY
- The size of the y dimension of the double matrix to create.blockSizeX
- The size of one block in the x dimension.blockSizeY
- The size of one block in the y dimension.features
- The storage features of the data set.@Deprecated void writeDoubleMatrixBlock(java.lang.String objectPath, double[][] data, long blockNumberX, long blockNumberY)
IHDF5Writer.float64()
.double
matrix (array of rank 2). The data set needs to
have been created by
createDoubleMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
beforehand.
Use this method instead of
createDoubleMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
if the
total size of the data set is not a multiple of the block size.
Note: For best performance, the size of data in this method should match
the blockSizeX/Y arguments of the
createDoubleMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
call that
was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumberX
- The block number in the x dimension (offset: multiply with
data.length
).blockNumberY
- The block number in the y dimension (offset: multiply with
data[0.length
).@Deprecated void writeDoubleMatrixBlockWithOffset(java.lang.String objectPath, double[][] data, long offsetX, long offsetY)
IHDF5Writer.float64()
.double
matrix (array of rank 2). The data set needs to
have been created by
createDoubleMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
beforehand.
Use this method instead of writeDoubleMatrixBlock(String, double[][], long, long)
if
the total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createDoubleMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
call that
was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write.offsetX
- The x offset in the data set to start writing to.offsetY
- The y offset in the data set to start writing to.@Deprecated void writeDoubleMatrixBlockWithOffset(java.lang.String objectPath, double[][] data, int dataSizeX, int dataSizeY, long offsetX, long offsetY)
IHDF5Writer.float64()
.double
matrix (array of rank 2). The data set needs to
have been created by
createDoubleMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
beforehand.
Use this method instead of writeDoubleMatrixBlock(String, double[][], long, long)
if
the total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createDoubleMatrix(String, long, long, int, int, HDF5FloatStorageFeatures)
call that
was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write.dataSizeX
- The (real) size of data
along the x axis (needs to be
<= data.length
)dataSizeY
- The (real) size of data
along the y axis (needs to be
<= data[0].length
)offsetX
- The x offset in the data set to start writing to.offsetY
- The y offset in the data set to start writing to.void writeDoubleMDArray(java.lang.String objectPath, MDDoubleArray data)
double
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.@Deprecated void writeDoubleMDArray(java.lang.String objectPath, MDDoubleArray data, HDF5FloatStorageFeatures features)
IHDF5Writer.float64()
.double
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.features
- The storage features of the data set.@Deprecated void createDoubleMDArray(java.lang.String objectPath, int[] dimensions)
IHDF5Writer.float64()
.double
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the double array to create. This will be the total
dimensions for non-extendable data sets and the dimensions of one chunk (extent
along each axis) for extendable (chunked) data sets. For extendable data sets the
initial size of the array along each axis will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createDoubleMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions)
IHDF5Writer.float64()
.double
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.@Deprecated void createDoubleMDArray(java.lang.String objectPath, int[] dimensions, HDF5FloatStorageFeatures features)
IHDF5Writer.float64()
.double
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array. Will be the total dimensions for
non-extendable data sets and the dimensions of one chunk for extendable (chunked)
data sets For extendable data sets the initial size of the array along each axis
will be 0, see HDF5FloatStorageFeatures
.features
- The storage features of the data set.@Deprecated void createDoubleMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions, HDF5FloatStorageFeatures features)
IHDF5Writer.float64()
.double
array.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.features
- The storage features of the data set.@Deprecated void writeDoubleMDArrayBlock(java.lang.String objectPath, MDDoubleArray data, long[] blockNumber)
IHDF5Writer.float64()
.double
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.blockNumber
- The block number in each dimension (offset: multiply with the extend in
the according dimension).@Deprecated void writeDoubleMDArrayBlockWithOffset(java.lang.String objectPath, MDDoubleArray data, long[] offset)
IHDF5Writer.float64()
.double
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
. All columns need to have the
same length.offset
- The offset in the data set to start writing to in each dimension.@Deprecated void writeDoubleMDArrayBlockWithOffset(java.lang.String objectPath, MDDoubleArray data, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Writer.float64()
.double
array.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.blockDimensions
- The dimensions of the block to write to the data set.offset
- The offset of the block in the data set to start writing to in each dimension.memoryOffset
- The offset of the block in the data array.@Deprecated void setStringAttribute(java.lang.String objectPath, java.lang.String name, java.lang.String value)
IHDF5Writer.string()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setStringAttribute(java.lang.String objectPath, java.lang.String name, java.lang.String value, int maxLength)
IHDF5Writer.string()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.maxLength
- The maximal length of the value.@Deprecated void setStringArrayAttribute(java.lang.String objectPath, java.lang.String name, java.lang.String[] value)
IHDF5Writer.string()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setStringArrayAttribute(java.lang.String objectPath, java.lang.String name, java.lang.String[] value, int maxLength)
IHDF5Writer.string()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.maxLength
- The maximal length of any element in value.@Deprecated void setStringMDArrayAttribute(java.lang.String objectPath, java.lang.String name, MDArray<java.lang.String> value)
IHDF5Writer.string()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void setStringMDArrayAttribute(java.lang.String objectPath, java.lang.String name, MDArray<java.lang.String> value, int maxLength)
IHDF5Writer.string()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.maxLength
- The maximal length of the value.@Deprecated void setStringAttributeVariableLength(java.lang.String objectPath, java.lang.String name, java.lang.String value)
IHDF5Writer.string()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.value
- The value of the attribute.@Deprecated void writeString(java.lang.String objectPath, java.lang.String data, int maxLength)
IHDF5Writer.string()
instead.String
with a fixed maximal length.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.maxLength
- The maximal length of the data.void writeString(java.lang.String objectPath, java.lang.String data)
String
with a fixed maximal length (which is the length of the
string data).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeString(java.lang.String objectPath, java.lang.String data, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
with a fixed maximal length.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.features
- The storage features of the data set.@Deprecated void writeString(java.lang.String objectPath, java.lang.String data, int maxLength, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
with a fixed maximal length.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.maxLength
- The maximal length of the data.features
- The storage features of the data set.@Deprecated void writeStringArray(java.lang.String objectPath, java.lang.String[] data, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
array (of rank 1).objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.features
- The storage features of the data set.void writeStringArray(java.lang.String objectPath, java.lang.String[] data)
String
array (of rank 1). Each element of the array will have a
fixed maximal length which is defined by the longest string in data.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeStringArray(java.lang.String objectPath, java.lang.String[] data, int maxLength)
IHDF5Writer.string()
instead.String
array (of rank 1). Each element of the array will have a
fixed maximal length which is given by maxLength.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.maxLength
- The maximal length of any of the strings in data.@Deprecated void writeStringArray(java.lang.String objectPath, java.lang.String[] data, int maxLength, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
array (of rank 1). Each element of the array will have a
fixed maximal length which is given by maxLength.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.maxLength
- The maximal length of any of the strings in data.features
- The storage features of the data set.@Deprecated void writeStringMDArray(java.lang.String objectPath, MDArray<java.lang.String> data)
IHDF5Writer.string()
instead.String
array (of rank N). Each element of the array will have a
fixed maximal length which is defined by the longest string in data.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeStringMDArray(java.lang.String objectPath, MDArray<java.lang.String> data, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
array (of rank N). Each element of the array will have a
fixed maximal length which is defined by the longest string in data.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.features
- The storage features of the data set.@Deprecated void writeStringMDArray(java.lang.String objectPath, MDArray<java.lang.String> data, int maxLength)
IHDF5Writer.string()
instead.String
array (of rank N). Each element of the array will have a
fixed maximal length which is given by maxLength.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.maxLength
- The maximal length of any of the strings in data.@Deprecated void writeStringMDArray(java.lang.String objectPath, MDArray<java.lang.String> data, int maxLength, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
array (of rank N). Each element of the array will have a
fixed maximal length which is given by maxLength.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.maxLength
- The maximal length of any of the strings in data.features
- The storage features of the data set.@Deprecated void createStringArray(java.lang.String objectPath, int maxLength, int size)
IHDF5Writer.string()
instead.String
array (of rank 1) for Strings of length maxLength.objectPath
- The name (including path information) of the data set object in the file.maxLength
- The maximal length of one String in the array.size
- The size of the byte array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createStringArray(java.lang.String objectPath, int maxLength, long size, int blockSize)
IHDF5Writer.string()
instead.String
array (of rank 1) for Strings of length maxLength.objectPath
- The name (including path information) of the data set object in the file.maxLength
- The maximal length of one String in the array.size
- The size of the String array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
).@Deprecated void createStringArray(java.lang.String objectPath, int maxLength, int size, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
array (of rank 1) for Strings of length maxLength.objectPath
- The name (including path information) of the data set object in the file.maxLength
- The maximal length of one String in the array.size
- The size of the array to create. This will be the total size for non-extendable
data sets and the size of one chunk for extendable (chunked) data sets. For
extendable data sets the initial size of the array will be 0, see
HDF5GenericStorageFeatures
.@Deprecated void createStringArray(java.lang.String objectPath, int maxLength, long size, int blockSize, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
array (of rank 1) for Strings of length maxLength.objectPath
- The name (including path information) of the data set object in the file.maxLength
- The maximal length of one String in the array.size
- The size of the String array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
).features
- The storage features of the data set.@Deprecated void writeStringArrayBlock(java.lang.String objectPath, java.lang.String[] data, long blockNumber)
IHDF5Writer.string()
instead.String
array (of rank 1). The data set needs to have
been created by
createStringArray(String, int, long, int, HDF5GenericStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createStringArray(String, int, long, int, HDF5GenericStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeStringArrayBlockWithOffset(java.lang.String objectPath, java.lang.String[] data, int dataSize, long offset)
IHDF5Writer.string()
instead.String
array (of rank 1). The data set needs to have
been created by
createStringArray(String, int, long, int, HDF5GenericStorageFeatures)
beforehand.
Use this method instead of writeStringArrayBlock(String, String[], long)
if the
total size of the data set is not a multiple of the block size.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createStringArray(String, int, long, int, HDF5GenericStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.@Deprecated void createStringMDArray(java.lang.String objectPath, int maxLength, int[] dimensions)
IHDF5Writer.string()
instead.String
array (of rank N) for Strings of length maxLength.objectPath
- The name (including path information) of the data set object in the file.maxLength
- The maximal length of one String in the array.dimensions
- The size of the String array to create. When using extendable data sets
((see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data
set smaller than this size can be created, however data sets may be larger.@Deprecated void createStringMDArray(java.lang.String objectPath, int maxLength, long[] dimensions, int[] blockSize)
IHDF5Writer.string()
instead.String
array (of rank N) for Strings of length maxLength.objectPath
- The name (including path information) of the data set object in the file.maxLength
- The maximal length of one String in the array.dimensions
- The size of the String array to create. When using extendable data sets
((see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data
set smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block in each dimension (for block-wise IO). Ignored if no
extendable data sets are used (see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
).@Deprecated void createStringMDArray(java.lang.String objectPath, int maxLength, int[] dimensions, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
array (of rank N) for Strings of length maxLength.objectPath
- The name (including path information) of the data set object in the file.maxLength
- The maximal length of one String in the array.dimensions
- The size of the String array to create. When using extendable data sets
((see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data
set smaller than this size can be created, however data sets may be larger.features
- The storage features of the data set.@Deprecated void createStringMDArray(java.lang.String objectPath, int maxLength, long[] dimensions, int[] blockSize, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
array (of rank N) for Strings of length maxLength.objectPath
- The name (including path information) of the data set object in the file.maxLength
- The maximal length of one String in the array.dimensions
- The size of the String array to create. When using extendable data sets
((see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data
set smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block in each dimension (for block-wise IO). Ignored if no
extendable data sets are used (see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
).features
- The storage features of the data set.@Deprecated void writeStringMDArrayBlock(java.lang.String objectPath, MDArray<java.lang.String> data, long[] blockNumber)
IHDF5Writer.string()
instead.String
array (of rank N). The data set needs to have
been created by
createStringMDArray(String, int, long[], int[], HDF5GenericStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createStringMDArray(String, int, long[], int[], HDF5GenericStorageFeatures)
call
that was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write in each dimension.@Deprecated void writeStringMDArrayBlockWithOffset(java.lang.String objectPath, MDArray<java.lang.String> data, long[] offset)
IHDF5Writer.string()
instead.String
array (of rank N). The data set needs to have
been created by
createStringMDArray(String, int, long[], int[], HDF5GenericStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createStringMDArray(String, int, long[], int[], HDF5GenericStorageFeatures)
call
that was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.offset
- The offset in the data set to start writing to.@Deprecated void writeStringVariableLength(java.lang.String objectPath, java.lang.String data)
IHDF5Writer.string()
instead.String
with variable maximal length.
The advantage of this method over writeString(String, String)
is that when writing a
new string later it can have a different (also greater) length. The disadvantage is that it
it is more time consuming to read and write this kind of string and that it can't be
compressed.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeStringVariableLengthArray(java.lang.String objectPath, java.lang.String[] data)
IHDF5Writer.string()
instead.String[]
where each String of the array has a variable maximal
length.
The advantage of this method over writeStringArray(String, String[])
is that when
writing a new string later it can have a different (also greater) length. The disadvantage is
that it it is more time consuming to read and write this kind of string and that it can't be
compressed.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeStringVariableLengthArray(java.lang.String objectPath, java.lang.String[] data, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String[]
where each String of the array has a variable maximal
length.
The advantage of this method over writeStringArray(String, String[])
is that when
writing a new string later it can have a different (also greater) length. The disadvantage is
that it it is more time consuming to read and write this kind of string and that it can't be
compressed.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.features
- The storage features of the data set.@Deprecated void createStringVariableLengthArray(java.lang.String objectPath, int size)
IHDF5Writer.string()
instead.String[]
where each String of the array has a variable maximal length.objectPath
- The name (including path information) of the data set object in the file.size
- The size of the byte array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createStringVariableLengthArray(java.lang.String objectPath, long size, int blockSize)
IHDF5Writer.string()
instead.String[]
where each String of the array has a variable maximal length.objectPath
- The name (including path information) of the data set object in the file.size
- The intial size of the array.blockSize
- The size of block in the array.@Deprecated void createStringVariableLengthArray(java.lang.String objectPath, long size, int blockSize, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String[]
where each String of the array has a variable maximal length.objectPath
- The name (including path information) of the data set object in the file.size
- The initial size of the array.blockSize
- The size of block in the array.features
- The storage features of the data set.@Deprecated void createStringVariableLengthArray(java.lang.String objectPath, int size, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String[]
where each String of the array has a variable maximal length.objectPath
- The name (including path information) of the data set object in the file.size
- The size of the byte array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
HDF5GenericStorageFeatures
.features
- The storage features of the data set.@Deprecated void createStringVariableLengthMDArray(java.lang.String objectPath, int[] dimensions, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
array where each String of the array has a
variable maximal length.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The initial dimensions (along each axis) of the array.features
- The storage features of the data set.@Deprecated void createStringVariableLengthMDArray(java.lang.String objectPath, int[] dimensions)
IHDF5Writer.string()
instead.String
array where each String of the array has a
variable maximal length.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The initial dimensions (along each axis) of the array.@Deprecated void createStringVariableLengthMDArray(java.lang.String objectPath, long[] dimensions, int[] blockSize, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
array where each String of the array has a
variable maximal length.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The initial dimensions (along each axis) of the array.blockSize
- The size of a contiguously stored block (along each axis) in the array.features
- The storage features of the data set.@Deprecated void createStringVariableLengthMDArray(java.lang.String objectPath, long[] dimensions, int[] blockSize)
IHDF5Writer.string()
instead.String
array where each String of the array has a
variable maximal length.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The initial dimensions (along each axis) of the array.blockSize
- The size of a contiguously stored block (along each axis) in the array.@Deprecated void writeStringVariableLengthMDArray(java.lang.String objectPath, MDArray<java.lang.String> data)
IHDF5Writer.string()
instead.String
array (of rank N). Each element of the array will have a
variable maximal length.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.@Deprecated void writeStringVariableLengthMDArray(java.lang.String objectPath, MDArray<java.lang.String> data, HDF5GenericStorageFeatures features)
IHDF5Writer.string()
instead.String
array (of rank N). Each element of the array will have a
variable maximal length.objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. Must not be null
.features
- The storage features of the data set.@Deprecated void setDateAttribute(java.lang.String objectPath, java.lang.String attributeName, java.util.Date date)
IHDF5Writer.time()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.attributeName
- The name of the attribute.date
- The value of the attribute.@Deprecated void setDateArrayAttribute(java.lang.String objectPath, java.lang.String attributeName, java.util.Date[] dates)
IHDF5Writer.time()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.attributeName
- The name of the attribute.dates
- The value of the attribute.@Deprecated void setTimeStampAttribute(java.lang.String objectPath, java.lang.String attributeName, long timeStamp)
IHDF5Writer.time()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.attributeName
- The name of the attribute.timeStamp
- The value of the attribute.@Deprecated void setTimeStampArrayAttribute(java.lang.String objectPath, java.lang.String attributeName, long[] timeStamps)
IHDF5Writer.time()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.attributeName
- The name of the attribute.timeStamps
- The value of the attribute.@Deprecated void setTimeDurationAttribute(java.lang.String objectPath, java.lang.String attributeName, long timeDuration, HDF5TimeUnit timeUnit)
IHDF5Writer.time()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.attributeName
- The name of the attribute.timeDuration
- The value of the attribute.timeUnit
- The unit of the attribute.@Deprecated void setTimeDurationAttribute(java.lang.String objectPath, java.lang.String attributeName, HDF5TimeDuration timeDuration)
IHDF5Writer.time()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
objectPath
- The name of the object to add the attribute to.attributeName
- The name of the attribute.timeDuration
- The value of the attribute.@Deprecated void setTimeDurationArrayAttribute(java.lang.String objectPath, java.lang.String attributeName, HDF5TimeDurationArray timeDurations)
IHDF5Writer.time()
instead.
The referenced object must exist, that is it need to have been written before by one of the
write()
methods.
Note: Time durations are stored as a long[]
array.
objectPath
- The name of the object to add the attribute to.attributeName
- The name of the attribute.timeDurations
- The value of the attribute.@Deprecated void writeTimeStamp(java.lang.String objectPath, long timeStamp)
IHDF5Writer.time()
instead.HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.
Note: Time stamps are stored as long
values.
objectPath
- The name (including path information) of the data set object in the file.timeStamp
- The timestamp to write as number of milliseconds since January 1, 1970,
00:00:00 GMT.@Deprecated void createTimeStampArray(java.lang.String objectPath, long size, int blockSize)
IHDF5Writer.time()
instead.
Note: Time stamps are stored as long
values.
objectPath
- The name (including path information) of the data set object in the file.size
- The length of the data set to create.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)
and deflate == false
.@Deprecated void createTimeStampArray(java.lang.String objectPath, int size)
IHDF5Writer.time()
instead.
Note: Time stamps are stored as long
values.
objectPath
- The name (including path information) of the data set object in the file.size
- The size of the byte array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createTimeStampArray(java.lang.String objectPath, long size, int blockSize, HDF5GenericStorageFeatures features)
IHDF5Writer.time()
instead.
Note: Time stamps are stored as long
values.
objectPath
- The name (including path information) of the data set object in the file.size
- The length of the data set to create.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)
and deflate == false
.features
- The storage features of the data set.@Deprecated void createTimeStampArray(java.lang.String objectPath, int size, HDF5GenericStorageFeatures features)
IHDF5Writer.time()
instead.
Note: Time stamps are stored as long
values.
objectPath
- The name (including path information) of the data set object in the file.size
- The size of the array to create. This will be the total size for non-extendable
data sets and the size of one chunk for extendable (chunked) data sets. For
extendable data sets the initial size of the array will be 0, see
HDF5GenericStorageFeatures
.features
- The storage features of the data set.@Deprecated void writeTimeStampArray(java.lang.String objectPath, long[] timeStamps)
IHDF5Writer.time()
instead.HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.
Note: Time stamps are stored as long
values.
objectPath
- The name (including path information) of the data set object in the file.timeStamps
- The timestamps to write as number of milliseconds since January 1, 1970,
00:00:00 GMT.@Deprecated void writeTimeStampArray(java.lang.String objectPath, long[] timeStamps, HDF5GenericStorageFeatures features)
IHDF5Writer.time()
instead.HDF5DataTypeVariant.TIMESTAMP_MILLISECONDS_SINCE_START_OF_THE_EPOCH
.
Note: Time stamps are stored as long
values.
objectPath
- The name (including path information) of the data set object in the file.timeStamps
- The timestamps to write as number of milliseconds since January 1, 1970,
00:00:00 GMT.features
- The storage features of the data set.@Deprecated void writeTimeStampArrayBlock(java.lang.String objectPath, long[] data, long blockNumber)
IHDF5Writer.time()
instead.long
array of
rank 1). The data set needs to have been created by
createTimeStampArray(String, long, int, HDF5GenericStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
IHDF5LongWriter.createArray(String, long, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeTimeStampArrayBlockWithOffset(java.lang.String objectPath, long[] data, int dataSize, long offset)
IHDF5Writer.time()
instead.long
array of
rank 1). The data set needs to have been created by
createTimeStampArray(String, long, int, HDF5GenericStorageFeatures)
beforehand.
Use this method instead of writeTimeStampArrayBlock(String, long[], long)
if the
total size of the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
IHDF5LongWriter.createArray(String, long, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.void writeDate(java.lang.String objectPath, java.util.Date date)
Date
.
Note: The time stamp is stored as long
array and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.date
- The date to write.writeTimeStamp(String, long)
void writeDateArray(java.lang.String objectPath, java.util.Date[] dates)
Date
array (of rank 1).
Note: Time stamps are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.dates
- The dates to write.writeTimeStampArray(String, long[])
@Deprecated void writeDateArray(java.lang.String objectPath, java.util.Date[] dates, HDF5GenericStorageFeatures features)
IHDF5Writer.time()
instead.Date
array (of rank 1).
Note: Time date is stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.dates
- The dates to write.features
- The storage features of the data set.writeTimeStampArray(String, long[], HDF5GenericStorageFeatures)
@Deprecated void writeTimeDuration(java.lang.String objectPath, long timeDuration)
IHDF5TimeDurationWriter.write(String, HDF5TimeDuration)
instead.
Note: Time durations are stored as long
and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.timeDuration
- The duration of time to write in seconds.@Deprecated void writeTimeDuration(java.lang.String objectPath, long timeDuration, HDF5TimeUnit timeUnit)
IHDF5Writer.time()
instead.
Note: Time durations are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.timeDuration
- The duration of time to write in the given timeUnit.timeUnit
- The unit of the time duration.void writeTimeDuration(java.lang.String objectPath, HDF5TimeDuration timeDuration)
Note: Time durations are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.timeDuration
- The duration of time to write.@Deprecated void createTimeDurationArray(java.lang.String objectPath, int size, HDF5TimeUnit timeUnit)
IHDF5Writer.time()
instead.
Note: Time durations are stored as long
values.
objectPath
- The name (including path information) of the data set object in the file.size
- The size of the byte array to create. This will be the total size for
non-extendable data sets and the size of one chunk for extendable (chunked) data
sets. For extendable data sets the initial size of the array will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.timeUnit
- The unit of the time duration.@Deprecated void createTimeDurationArray(java.lang.String objectPath, long size, int blockSize, HDF5TimeUnit timeUnit)
IHDF5Writer.time()
instead.
Note: Time durations are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.size
- The size of the data set to create.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)
and deflate == false
.timeUnit
- The unit of the time duration.@Deprecated void createTimeDurationArray(java.lang.String objectPath, long size, int blockSize, HDF5TimeUnit timeUnit, HDF5GenericStorageFeatures features)
IHDF5Writer.time()
instead.
Note: Time durations are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.size
- The size of the data set to create.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)
and deflate == false
.timeUnit
- The unit of the time duration.features
- The storage features of the data set.@Deprecated void createTimeDurationArray(java.lang.String objectPath, int size, HDF5TimeUnit timeUnit, HDF5GenericStorageFeatures features)
IHDF5Writer.time()
instead.
Note: Time durations are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.size
- The size of the array to create. This will be the total size for non-extendable
data sets and the size of one chunk for extendable (chunked) data sets. For
extendable data sets the initial size of the array will be 0, see
HDF5GenericStorageFeatures
.timeUnit
- The unit of the time duration.features
- The storage features of the data set.@Deprecated void writeTimeDurationArray(java.lang.String objectPath, long[] timeDurations)
IHDF5TimeDurationWriter.writeArray(String, HDF5TimeDurationArray)
instead.long[]
arrays and tagged as the according
type variant.
Note: Time durations are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.timeDurations
- The time durations to write in seconds.@Deprecated void writeTimeDurationArray(java.lang.String objectPath, long[] timeDurations, HDF5TimeUnit timeUnit)
IHDF5TimeDurationWriter.writeArray(String, HDF5TimeDurationArray)
instead.
Note: Time durations are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.timeDurations
- The time durations to write in the given timeUnit.timeUnit
- The unit of the time duration.@Deprecated void writeTimeDurationArray(java.lang.String objectPath, HDF5TimeDuration[] timeDurations)
IHDF5TimeDurationWriter.writeArray(String, HDF5TimeDurationArray)
and
HDF5TimeDurationArray.create(HDF5TimeDuration...)
instead.
Note: Time durations are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.timeDurations
- The time durations to write in the given timeUnit. The array
will be stored in the smallest time unit, durations given in larger time units
will be converted.@Deprecated void writeTimeDurationArray(java.lang.String objectPath, long[] timeDurations, HDF5TimeUnit timeUnit, HDF5IntStorageFeatures features)
)
instead.
Note: Time durations are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.timeDurations
- The time durations to write in the given timeUnit.timeUnit
- The unit of the time duration.features
- The storage features of the data set.@Deprecated void writeTimeDurationArray(java.lang.String objectPath, HDF5TimeDuration[] timeDurations, HDF5IntStorageFeatures features)
IHDF5TimeDurationWriter.writeArray(String, HDF5TimeDurationArray, HDF5IntStorageFeatures)
and HDF5TimeDurationArray.create(HDF5TimeDuration...)
instead.
Note: Time durations are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.timeDurations
- The time durations to write in the given timeUnit. The array
will be stored in the smallest time unit, durations given in larger time units
will be converted.void writeTimeDurationArray(java.lang.String objectPath, HDF5TimeDurationArray timeDurations)
Note: Time durations are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.timeDurations
- The time durations to write.@Deprecated void writeTimeDurationArray(java.lang.String objectPath, HDF5TimeDurationArray timeDurations, HDF5IntStorageFeatures features)
IHDF5Writer.time()
instead.
Note: Time durations are stored as long[]
arrays and tagged as the according
type variant.
objectPath
- The name (including path information) of the data set object in the file.timeDurations
- The time durations to write.features
- The storage features used to store the array.@Deprecated void writeTimeDurationArrayBlock(java.lang.String objectPath, HDF5TimeDurationArray data, long blockNumber)
IHDF5Writer.time()
instead.createTimeDurationArray(String, long, int, HDF5TimeUnit, HDF5GenericStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createTimeDurationArray(String, long, int, HDF5TimeUnit, HDF5GenericStorageFeatures)
call that was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeTimeDurationArrayBlockWithOffset(java.lang.String objectPath, HDF5TimeDurationArray data, int dataSize, long offset)
IHDF5Writer.time()
instead.createTimeDurationArray(String, long, int, HDF5TimeUnit, HDF5GenericStorageFeatures)
beforehand.
Use this method instead of
writeTimeDurationArrayBlock(String, long[], long, HDF5TimeUnit)
if the total size of
the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createTimeDurationArray(String, long, int, HDF5TimeUnit, HDF5GenericStorageFeatures)
call that was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.@Deprecated void writeTimeDurationArrayBlock(java.lang.String objectPath, long[] data, long blockNumber, HDF5TimeUnit timeUnit)
IHDF5TimeDurationWriter.writeArrayBlock(String, HDF5TimeDurationArray, long)
and HDF5TimeDurationArray.create(HDF5TimeUnit, long...)
instead.long
array of
rank 1). The data set needs to have been created by
createTimeDurationArray(String, long, int, HDF5TimeUnit, HDF5GenericStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createTimeDurationArray(String, long, int, HDF5TimeUnit, HDF5GenericStorageFeatures)
call that was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeTimeDurationArrayBlockWithOffset(java.lang.String objectPath, long[] data, int dataSize, long offset, HDF5TimeUnit timeUnit)
IHDF5TimeDurationWriter.writeArrayBlockWithOffset(String, HDF5TimeDurationArray, int, long)
and HDF5TimeDurationArray.create(HDF5TimeUnit, long[])
instead.long
array of
rank 1). The data set needs to have been created by
createTimeDurationArray(String, long, int, HDF5TimeUnit, HDF5GenericStorageFeatures)
beforehand.
Use this method instead of
writeTimeDurationArrayBlock(String, long[], long, HDF5TimeUnit)
if the total size of
the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createTimeDurationArray(String, long, int, HDF5TimeUnit, HDF5GenericStorageFeatures)
call that was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.@Deprecated void writeTimeDurationArrayBlock(java.lang.String objectPath, HDF5TimeDuration[] data, long blockNumber)
IHDF5TimeDurationWriter.writeArrayBlock(String, HDF5TimeDurationArray, long)
and HDF5TimeDurationArray.create(HDF5TimeDuration[])
instead.long
array of
rank 1). The data set needs to have been created by
createTimeDurationArray(String, long, int, HDF5TimeUnit, HDF5GenericStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createTimeDurationArray(String, long, int, HDF5TimeUnit, HDF5GenericStorageFeatures)
call that was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeTimeDurationArrayBlockWithOffset(java.lang.String objectPath, HDF5TimeDuration[] data, int dataSize, long offset)
IHDF5TimeDurationWriter.writeArrayBlockWithOffset(String, HDF5TimeDurationArray, int, long)
and HDF5TimeDurationArray.create(HDF5TimeDuration[])
.long
array of
rank 1). The data set needs to have been created by
createTimeDurationArray(String, long, int, HDF5TimeUnit, HDF5GenericStorageFeatures)
beforehand.
Use this method instead of
writeTimeDurationArrayBlock(String, long[], long, HDF5TimeUnit)
if the total size of
the data set is not a multiple of the block size.
Note: For best performance, the typical dataSize in this method should be
chosen to be equal to the blockSize argument of the
createTimeDurationArray(String, long, int, HDF5TimeUnit, HDF5GenericStorageFeatures)
call that was used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.data
- The data to write. The length defines the block size. Must not be
null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.@Deprecated void setObjectReferenceAttribute(java.lang.String objectPath, java.lang.String name, java.lang.String referencedObjectPath)
IHDF5Writer.reference()
.
Both the object referenced with objectPath and referencedObjectPath
must exist, that is it need to have been written before by one of the write()
or
create()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.referencedObjectPath
- The path of the object to reference.@Deprecated void setObjectReferenceArrayAttribute(java.lang.String objectPath, java.lang.String name, java.lang.String[] referencedObjectPaths)
IHDF5Writer.reference()
.
Both the object referenced with objectPath and all
referencedObjectPaths must exist, that is it need to have been written before by
one of the write()
or create()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.referencedObjectPaths
- The paths of the objects to reference.@Deprecated void setObjectReferenceMDArrayAttribute(java.lang.String objectPath, java.lang.String name, MDArray<java.lang.String> referencedObjectPaths)
IHDF5Writer.reference()
.
Both the object referenced with objectPath and all
referencedObjectPaths must exist, that is it need to have been written before by
one of the write()
or create()
methods.
objectPath
- The name of the object to add the attribute to.name
- The name of the attribute.referencedObjectPaths
- The paths of the objects to reference.@Deprecated void writeObjectReference(java.lang.String objectPath, java.lang.String referencedObjectPath)
IHDF5Writer.reference()
.
The object referenced with referencedObjectPath must exist, that is it need to
have been written before by one of the write()
or create()
methods.
objectPath
- The name of the object to write.referencedObjectPath
- The path of the object to reference.@Deprecated void writeObjectReferenceArray(java.lang.String objectPath, java.lang.String[] referencedObjectPath)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.referencedObjectPath
- The names of the object to write.@Deprecated void writeObjectReferenceArray(java.lang.String objectPath, java.lang.String[] referencedObjectPath, HDF5IntStorageFeatures features)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.referencedObjectPath
- The names of the object to write.features
- The storage features of the data set.@Deprecated void createObjectReferenceArray(java.lang.String objectPath, int size)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.size
- The size of the array to create. This will be the total size for non-extendable
data sets and the size of one chunk for extendable (chunked) data sets. For
extendable data sets the initial size of the array will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createObjectReferenceArray(java.lang.String objectPath, long size, int blockSize)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.size
- The size of the array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
).@Deprecated void createObjectReferenceArray(java.lang.String objectPath, int size, HDF5IntStorageFeatures features)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.size
- The size of the array to create. This will be the total size for non-extendable
data sets and the size of one chunk for extendable (chunked) data sets. For
extendable data sets the initial size of the array will be 0, see
HDF5IntStorageFeatures
.features
- The storage features of the data set.@Deprecated void createObjectReferenceArray(java.lang.String objectPath, long size, int blockSize, HDF5IntStorageFeatures features)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.size
- The size of the array to create. When using extendable data sets ((see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)), then no data set
smaller than this size can be created, however data sets may be larger.blockSize
- The size of one block (for block-wise IO). Ignored if no extendable data
sets are used (see IHDF5WriterConfigurator.dontUseExtendableDataTypes()
)
and features
is HDF5IntStorageFeature.INTNO_COMPRESSION
.features
- The storage features of the data set.@Deprecated void writeObjectReferenceArrayBlock(java.lang.String objectPath, java.lang.String[] referencedObjectPaths, long blockNumber)
IHDF5Writer.reference()
.createObjectReferenceArray(String, long, int, HDF5IntStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createObjectReferenceArray(String, long, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.referencedObjectPaths
- The paths of the referenced objects to write. The length defines
the block size. Must not be null
or of length 0.blockNumber
- The number of the block to write.@Deprecated void writeObjectReferenceArrayBlockWithOffset(java.lang.String objectPath, java.lang.String[] referencedObjectPaths, int dataSize, long offset)
IHDF5Writer.reference()
.createObjectReferenceArray(String, long, int, HDF5IntStorageFeatures)
beforehand.
Note: For best performance, the block size in this method should be chosen to be equal
to the blockSize argument of the
createObjectReferenceArray(String, long, int, HDF5IntStorageFeatures)
call that was
used to create the data set.
objectPath
- The name (including path information) of the data set object in the file.referencedObjectPaths
- The paths of the referenced objects to write. The length defines
the block size. Must not be null
or of length 0.dataSize
- The (real) size of data
(needs to be <= data.length
)offset
- The offset in the data set to start writing to.@Deprecated void writeObjectReferenceMDArray(java.lang.String objectPath, MDArray<java.lang.String> referencedObjectPaths)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.referencedObjectPaths
- The names of the object to write.@Deprecated void writeObjectReferenceMDArray(java.lang.String objectPath, MDArray<java.lang.String> referencedObjectPaths, HDF5IntStorageFeatures features)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.referencedObjectPaths
- The names of the object to write.features
- The storage features of the data set.@Deprecated void createObjectReferenceMDArray(java.lang.String objectPath, int[] dimensions)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array to create. This will be the total dimensions
for non-extendable data sets and the dimensions of one chunk (extent along each
axis) for extendable (chunked) data sets. For extendable data sets the initial
size of the array along each axis will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.@Deprecated void createObjectReferenceMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.@Deprecated void createObjectReferenceMDArray(java.lang.String objectPath, int[] dimensions, HDF5IntStorageFeatures features)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array to create. This will be the total dimensions
for non-extendable data sets and the dimensions of one chunk (extent along each
axis) for extendable (chunked) data sets. For extendable data sets the initial
size of the array along each axis will be 0, see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
.features
- The storage features of the data set.@Deprecated void createObjectReferenceMDArray(java.lang.String objectPath, long[] dimensions, int[] blockDimensions, HDF5IntStorageFeatures features)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.dimensions
- The dimensions of the array.blockDimensions
- The dimensions of one block (chunk) of the array.features
- The storage features of the data set.@Deprecated void writeObjectReferenceMDArrayBlock(java.lang.String objectPath, MDArray<java.lang.String> referencedObjectPaths, long[] blockNumber)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.referencedObjectPaths
- The paths of the object references to write. Must not be
null
. All columns need to have the same length.blockNumber
- The block number in each dimension (offset: multiply with the extend in
the according dimension).@Deprecated void writeObjectReferenceMDArrayBlockWithOffset(java.lang.String objectPath, MDArray<java.lang.String> referencedObjectPaths, long[] offset)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.referencedObjectPaths
- The paths of the object references to write. Must not be
null
.offset
- The offset in the data set to start writing to in each dimension.@Deprecated void writeObjectReferenceMDArrayBlockWithOffset(java.lang.String objectPath, MDLongArray referencedObjectPaths, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5Writer.reference()
.objectPath
- The name (including path information) of the data set object in the file.referencedObjectPaths
- The paths of the object references to write. Must not be
null
.blockDimensions
- The dimensions of the block to write to the data set.offset
- The offset of the block in the data set to start writing to in each dimension.memoryOffset
- The offset of the block in the data array.@Deprecated IHDF5EnumWriter enums()
IHDF5Writer.enumeration()
instead.@Deprecated IHDF5CompoundWriter compounds()
IHDF5Writer.compound()
instead.