Class RawLongListCodec

java.lang.Object
io.datarouter.bytes.codec.list.longlist.RawLongListCodec

public class RawLongListCodec
extends Object
  • Field Details

  • Constructor Details

    • RawLongListCodec

      public RawLongListCodec()
  • Method Details

    • encode

      public byte[] encode​(List<Long> values)
    • encode

      public int encode​(List<Long> values, byte[] bytes, int offset)
    • decode

      public List<Long> decode​(byte[] bytes)
    • decode

      public List<Long> decode​(byte[] bytes, int offset, int bytesLength)