Class ComparableByteCodec

java.lang.Object
io.datarouter.bytes.codec.bytecodec.ComparableByteCodec

public class ComparableByteCodec
extends Object
  • Field Details

  • Constructor Details

    • ComparableByteCodec

      public ComparableByteCodec()
  • Method Details

    • length

      public int length()
    • encode

      public byte[] encode​(byte value)
    • encode

      public int encode​(byte value, byte[] bytes, int offset)
    • decode

      public byte decode​(byte[] bytes, int offset)