Package org.apache.sysds.runtime.io.hdf5
Class H5BufferBuilder
- java.lang.Object
- 
- org.apache.sysds.runtime.io.hdf5.H5BufferBuilder
 
- 
 public class H5BufferBuilder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description H5BufferBuilder()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteBufferbuild()static BitSetconvert(long value)DoublegetNewVal(double d)intgetSize()voidgoToPositionWithWriteZero(long pos)ByteBuffernoOrderBuild()voidwrite(long v, int sizeOfLength)voidwriteBitSet(BitSet bitSet, int length)voidwriteByte(int i)voidwriteBytes(byte[] bytes)voidwriteDouble(double l)voidwriteInt(int i)voidwriteLong(long l)voidwriteShort(short i)
 
- 
- 
- 
Method Detail- 
getSizepublic int getSize() 
 - 
writeBytepublic void writeByte(int i) 
 - 
writeBytespublic void writeBytes(byte[] bytes) 
 - 
writeIntpublic void writeInt(int i) 
 - 
writeShortpublic void writeShort(short i) 
 - 
writeLongpublic void writeLong(long l) 
 - 
getNewValpublic Double getNewVal(double d) 
 - 
convertpublic static BitSet convert(long value) 
 - 
writeDoublepublic void writeDouble(double l) 
 - 
writepublic void write(long v, int sizeOfLength)
 - 
buildpublic ByteBuffer build() 
 - 
noOrderBuildpublic ByteBuffer noOrderBuild() 
 - 
writeBitSetpublic void writeBitSet(BitSet bitSet, int length) 
 - 
goToPositionWithWriteZeropublic void goToPositionWithWriteZero(long pos) 
 
- 
 
-