Class Utils


  • public final class Utils
    extends Object
    • Method Detail

      • 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)
      • bitsToInt

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