Package org.apache.sysds.runtime.io.hdf5
Class Utils
java.lang.Object
org.apache.sysds.runtime.io.hdf5.Utils
-
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic ByteBuffercreateSubBuffer(ByteBuffer source, int length) static intreadBytesAsUnsignedInt(ByteBuffer buffer, int length) static longreadBytesAsUnsignedLong(ByteBuffer buffer, int length) static StringreadUntilNull(ByteBuffer buffer) static void
-
Method Details
-
readUntilNull
-
seekBufferToNextMultipleOfEight
-
readBytesAsUnsignedInt
-
readBytesAsUnsignedLong
-
createSubBuffer
-
bitsToInt
-