@Deprecated public interface IHDF5CompoundBasicWriter extends IHDF5CompoundBasicReader
Modifier and Type | Method and Description |
---|---|
<T> void |
createCompoundArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
int size)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
createCompoundArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
long size,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
createCompoundArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
long size,
int blockSize)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
createCompoundArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
long size,
int blockSize,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
createCompoundMDArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
int[] dimensions)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
createCompoundMDArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
int[] dimensions,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
createCompoundMDArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
long[] dimensions,
int[] blockDimensions)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
createCompoundMDArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
long[] dimensions,
int[] blockDimensions,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompound(java.lang.String objectPath,
HDF5CompoundType<T> type,
T data)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompound(java.lang.String objectPath,
HDF5CompoundType<T> type,
T data,
IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompound(java.lang.String objectPath,
T data)
Deprecated.
Writes out a compound value.
|
<T> void |
writeCompoundArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
T[] data)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
T[] data,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
T[] data,
HDF5GenericStorageFeatures features,
IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundArray(java.lang.String objectPath,
T[] data)
Deprecated.
|
<T> void |
writeCompoundArray(java.lang.String objectPath,
T[] data,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundArrayBlock(java.lang.String objectPath,
HDF5CompoundType<T> type,
T[] data,
long blockNumber)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundArrayBlock(java.lang.String objectPath,
HDF5CompoundType<T> type,
T[] data,
long blockNumber,
IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundArrayBlockWithOffset(java.lang.String objectPath,
HDF5CompoundType<T> type,
T[] data,
long offset)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundArrayBlockWithOffset(java.lang.String objectPath,
HDF5CompoundType<T> type,
T[] data,
long offset,
IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundMDArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
MDArray<T> data)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundMDArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
MDArray<T> data,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundMDArray(java.lang.String objectPath,
HDF5CompoundType<T> type,
MDArray<T> data,
HDF5GenericStorageFeatures features,
IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundMDArray(java.lang.String objectPath,
MDArray<T> data)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundMDArray(java.lang.String objectPath,
MDArray<T> data,
HDF5GenericStorageFeatures features)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundMDArrayBlock(java.lang.String objectPath,
HDF5CompoundType<T> type,
MDArray<T> data,
long[] blockNumber)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundMDArrayBlock(java.lang.String objectPath,
HDF5CompoundType<T> type,
MDArray<T> data,
long[] blockNumber,
IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundMDArrayBlockWithOffset(java.lang.String objectPath,
HDF5CompoundType<T> type,
MDArray<T> data,
int[] blockDimensions,
long[] offset,
int[] memoryOffset)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundMDArrayBlockWithOffset(java.lang.String objectPath,
HDF5CompoundType<T> type,
MDArray<T> data,
int[] blockDimensions,
long[] offset,
int[] memoryOffset,
IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundMDArrayBlockWithOffset(java.lang.String objectPath,
HDF5CompoundType<T> type,
MDArray<T> data,
long[] offset)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
<T> void |
writeCompoundMDArrayBlockWithOffset(java.lang.String objectPath,
HDF5CompoundType<T> type,
MDArray<T> data,
long[] offset,
IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
Deprecated.
Use the corresponding method in
IHDF5LegacyReader.compounds() instead. |
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 <T> void writeCompound(java.lang.String objectPath, HDF5CompoundType<T> type, T data)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The value of the data set.<T> void writeCompound(java.lang.String objectPath, T data)
objectPath
- The name (including path information) of the data set object in the file.data
- The value of the data set. May be a pojo (Data Transfer Object), a
HDF5CompoundDataMap
, HDF5CompoundDataList
or Object[]
.CompoundType
,
CompoundElement
@Deprecated <T> void writeCompound(java.lang.String objectPath, HDF5CompoundType<T> type, T data, IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The value of the data set.inspectorOrNull
- The inspector to be called after translating the Java objects to a
byte array and before writing the byte array to the HDF5 file.@Deprecated <T> void writeCompoundArray(java.lang.String objectPath, HDF5CompoundType<T> type, T[] data)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The value of the data set.@Deprecated <T> void writeCompoundArray(java.lang.String objectPath, HDF5CompoundType<T> type, T[] data, HDF5GenericStorageFeatures features)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The value of the data set.features
- The storage features of the data set.@Deprecated <T> void writeCompoundArray(java.lang.String objectPath, HDF5CompoundType<T> type, T[] data, HDF5GenericStorageFeatures features, IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The value of the data set.features
- The storage features of the data set.inspectorOrNull
- The inspector to be called after translating the Java objects to a
byte array and before writing the byte array to the HDF5 file.@Deprecated <T> void writeCompoundArray(java.lang.String objectPath, T[] data)
objectPath
- The name (including path information) of the data set object in the file.data
- The value of the data set. May be a pojo (Data Transfer Object), a
HDF5CompoundDataMap
, HDF5CompoundDataList
or Object[]
.CompoundType
,
CompoundElement
@Deprecated <T> void writeCompoundArray(java.lang.String objectPath, T[] data, HDF5GenericStorageFeatures features)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.data
- The value of the data set. May be a HDF5CompoundDataMap
,
HDF5CompoundDataList
or Object[]
.features
- The storage features of the data set.CompoundType
,
CompoundElement
@Deprecated <T> void writeCompoundArrayBlock(java.lang.String objectPath, HDF5CompoundType<T> type, T[] data, long blockNumber)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The value of the data set.blockNumber
- The number of the block to write.@Deprecated <T> void writeCompoundArrayBlock(java.lang.String objectPath, HDF5CompoundType<T> type, T[] data, long blockNumber, IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The value of the data set.blockNumber
- The number of the block to write.inspectorOrNull
- The inspector to be called after translating the Java objects to a
byte array and before writing the byte array to the HDF5 file.@Deprecated <T> void writeCompoundArrayBlockWithOffset(java.lang.String objectPath, HDF5CompoundType<T> type, T[] data, long offset)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The value of the data set.offset
- The offset of the block in the data set.@Deprecated <T> void writeCompoundArrayBlockWithOffset(java.lang.String objectPath, HDF5CompoundType<T> type, T[] data, long offset, IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The value of the data set.offset
- The offset of the block in the data set.inspectorOrNull
- The inspector to be called after translating the Java objects to a
byte array and before writing the byte array to the HDF5 file.@Deprecated <T> void createCompoundArray(java.lang.String objectPath, HDF5CompoundType<T> type, int size)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.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 <T> void createCompoundArray(java.lang.String objectPath, HDF5CompoundType<T> type, long size, int blockSize)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.size
- The size of the compound array 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 <T> void createCompoundArray(java.lang.String objectPath, HDF5CompoundType<T> type, long size, int blockSize, HDF5GenericStorageFeatures features)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.size
- The size of the compound array 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 <T> void createCompoundArray(java.lang.String objectPath, HDF5CompoundType<T> type, long size, HDF5GenericStorageFeatures features)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.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 <T> void writeCompoundMDArray(java.lang.String objectPath, HDF5CompoundType<T> type, MDArray<T> data)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The data to write.@Deprecated <T> void writeCompoundMDArray(java.lang.String objectPath, HDF5CompoundType<T> type, MDArray<T> data, HDF5GenericStorageFeatures features)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The data to write.features
- The storage features of the data set.@Deprecated <T> void writeCompoundMDArray(java.lang.String objectPath, HDF5CompoundType<T> type, MDArray<T> data, HDF5GenericStorageFeatures features, IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The data to write.features
- The storage features of the data set.inspectorOrNull
- The inspector to be called after translating the Java objects to a
byte array and before writing the byte array to the HDF5.@Deprecated <T> void writeCompoundMDArray(java.lang.String objectPath, MDArray<T> data)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.data
- The value of the data set. May be a pojo (Data Transfer Object), a
HDF5CompoundDataMap
, HDF5CompoundDataList
or Object[]
.CompoundType
,
CompoundElement
@Deprecated <T> void writeCompoundMDArray(java.lang.String objectPath, MDArray<T> data, HDF5GenericStorageFeatures features)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.data
- The value of the data set. May be a pojo (Data Transfer Object), a
HDF5CompoundDataMap
, HDF5CompoundDataList
or Object[]
.features
- The storage features of the data set.CompoundType
,
CompoundElement
@Deprecated <T> void writeCompoundMDArrayBlock(java.lang.String objectPath, HDF5CompoundType<T> type, MDArray<T> data, long[] blockNumber)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The data to write.blockNumber
- The block number in each dimension (offset: multiply with the extend in
the according dimension).@Deprecated <T> void writeCompoundMDArrayBlock(java.lang.String objectPath, HDF5CompoundType<T> type, MDArray<T> data, long[] blockNumber, IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The data to write.blockNumber
- The extent of the block to write on each axis.inspectorOrNull
- The inspector to be called after translating the Java objects to a
byte array and before writing the byte array to the HDF5.@Deprecated <T> void writeCompoundMDArrayBlockWithOffset(java.lang.String objectPath, HDF5CompoundType<T> type, MDArray<T> data, long[] offset)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The data to write.offset
- The offset of the block to write on each axis.@Deprecated <T> void writeCompoundMDArrayBlockWithOffset(java.lang.String objectPath, HDF5CompoundType<T> type, MDArray<T> data, long[] offset, IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The data to write.offset
- The offset of the block to write on each axis.inspectorOrNull
- The inspector to be called after translating the Java objects to a
byte array and before writing the byte array to the HDF5.@Deprecated <T> void writeCompoundMDArrayBlockWithOffset(java.lang.String objectPath, HDF5CompoundType<T> type, MDArray<T> data, int[] blockDimensions, long[] offset, int[] memoryOffset)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The data to write.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 <T> void writeCompoundMDArrayBlockWithOffset(java.lang.String objectPath, HDF5CompoundType<T> type, MDArray<T> data, int[] blockDimensions, long[] offset, int[] memoryOffset, IHDF5CompoundInformationRetriever.IByteArrayInspector inspectorOrNull)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.data
- The data to write.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.inspectorOrNull
- The inspector to be called after translating the Java objects to a
byte array and before writing the byte array to the HDF5.@Deprecated <T> void createCompoundMDArray(java.lang.String objectPath, HDF5CompoundType<T> type, int[] dimensions)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.dimensions
- The dimensions of the compound array to create. This will be the total
dimensions for non-extendable data sets and the dimensions of one chunk (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 <T> void createCompoundMDArray(java.lang.String objectPath, HDF5CompoundType<T> type, long[] dimensions, int[] blockDimensions)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.dimensions
- The extent of the compound array along each of the axis.blockDimensions
- The extent of one block along each of the axis. (for block-wise IO).
Ignored if no extendable data sets are used (see
IHDF5WriterConfigurator.dontUseExtendableDataTypes()
) and
deflate == false
.@Deprecated <T> void createCompoundMDArray(java.lang.String objectPath, HDF5CompoundType<T> type, long[] dimensions, int[] blockDimensions, HDF5GenericStorageFeatures features)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.dimensions
- The extent of the compound array along each of the axis.blockDimensions
- The extent of one block along each of the axis. (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 <T> void createCompoundMDArray(java.lang.String objectPath, HDF5CompoundType<T> type, int[] dimensions, HDF5GenericStorageFeatures features)
IHDF5LegacyReader.compounds()
instead.objectPath
- The name (including path information) of the data set object in the file.type
- The type definition of this compound type.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 (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
HDF5GenericStorageFeatures
.features
- The storage features of the data set.