Class H5FillValueMessage
java.lang.Object
org.apache.sysds.runtime.io.hdf5.message.H5Message
org.apache.sysds.runtime.io.hdf5.message.H5FillValueMessage
-
Constructor Summary
ConstructorsConstructorDescriptionH5FillValueMessage(H5RootObject rootObject, BitSet flags, int spaceAllocationTime, int fillValueWriteTime, boolean fillValueDefined) H5FillValueMessage(H5RootObject rootObject, BitSet flags, ByteBuffer bb) -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanvoidMethods inherited from class org.apache.sysds.runtime.io.hdf5.message.H5Message
readObjectHeaderMessage
-
Constructor Details
-
H5FillValueMessage
public H5FillValueMessage(H5RootObject rootObject, BitSet flags, int spaceAllocationTime, int fillValueWriteTime, boolean fillValueDefined) -
H5FillValueMessage
-
-
Method Details
-
toBuffer
-
getSpaceAllocationTime
public int getSpaceAllocationTime() -
getFillValueWriteTime
public int getFillValueWriteTime() -
isFillValueDefined
public boolean isFillValueDefined() -
getFillValue
-