Class UInt63ArrayCodec

java.lang.Object
io.datarouter.bytes.codec.array.longarray.UInt63ArrayCodec

@Deprecated
public class UInt63ArrayCodec
extends Object
Deprecated.
  • Field Details

  • Constructor Details

  • Method Details

    • encode

      public byte[] encode​(long[] values)
      Deprecated.
    • encode

      public int encode​(long[] values, byte[] bytes, int offset)
      Deprecated.
    • decode

      public long[] decode​(byte[] bytes)
      Deprecated.
    • decode

      public long[] decode​(byte[] bytes, int offset, int bytesLength)
      Deprecated.