Class Utils

java.lang.Object
org.apache.sysds.runtime.io.hdf5.Utils

public final class Utils extends Object
  • Method Details

    • readUntilNull

      public static String readUntilNull(ByteBuffer buffer)
    • seekBufferToNextMultipleOfEight

      public static void seekBufferToNextMultipleOfEight(ByteBuffer bb)
    • readBytesAsUnsignedInt

      public static int readBytesAsUnsignedInt(ByteBuffer buffer, int length)
    • readBytesAsUnsignedLong

      public static long readBytesAsUnsignedLong(ByteBuffer buffer, int length)
    • createSubBuffer

      public static ByteBuffer createSubBuffer(ByteBuffer source, int length)
    • bitsToInt

      public static int bitsToInt(BitSet bits, int start, int length)