Class H5FillValueMessage
- java.lang.Object
- 
- org.apache.sysds.runtime.io.hdf5.message.H5Message
- 
- org.apache.sysds.runtime.io.hdf5.message.H5FillValueMessage
 
 
- 
 public class H5FillValueMessage extends H5Message 
- 
- 
Constructor SummaryConstructors Constructor Description H5FillValueMessage(H5RootObject rootObject, BitSet flags, int spaceAllocationTime, int fillValueWriteTime, boolean fillValueDefined)H5FillValueMessage(H5RootObject rootObject, BitSet flags, ByteBuffer bb)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBuffergetFillValue()intgetFillValueWriteTime()intgetSpaceAllocationTime()booleanisFillValueDefined()voidtoBuffer(H5BufferBuilder bb)- 
Methods inherited from class org.apache.sysds.runtime.io.hdf5.message.H5MessagereadObjectHeaderMessage
 
- 
 
- 
- 
- 
Constructor Detail- 
H5FillValueMessagepublic H5FillValueMessage(H5RootObject rootObject, BitSet flags, int spaceAllocationTime, int fillValueWriteTime, boolean fillValueDefined) 
 - 
H5FillValueMessagepublic H5FillValueMessage(H5RootObject rootObject, BitSet flags, ByteBuffer bb) 
 
- 
 - 
Method Detail- 
toBufferpublic void toBuffer(H5BufferBuilder bb) 
 - 
getSpaceAllocationTimepublic int getSpaceAllocationTime() 
 - 
getFillValueWriteTimepublic int getFillValueWriteTime() 
 - 
isFillValueDefinedpublic boolean isFillValueDefined() 
 - 
getFillValuepublic ByteBuffer getFillValue() 
 
- 
 
-