Class LongCombiner.FixedLenEncoder

    • Constructor Detail

      • FixedLenEncoder

        public FixedLenEncoder()
    • Method Detail

      • encode

        public byte[] encode​(Long l)
      • decodeUnchecked

        protected Long decodeUnchecked​(byte[] b,
                                       int offset,
                                       int len)
        Description copied from class: AbstractEncoder
        Decodes a byte array without checking if the offset and len exceed the bounds of the actual array.
        Specified by:
        decodeUnchecked in class AbstractEncoder<Long>
      • decode

        public static long decode​(byte[] b,
                                  int offset)
      • decodeStatic

        public static long decodeStatic​(byte[] b,
                                        int offset,
                                        int len)