Class UInt31Codec

java.lang.Object
io.datarouter.bytes.codec.intcodec.UInt31Codec

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

  • Constructor Details

  • Method Details

    • length

      public int length()
      Deprecated.
    • encode

      public byte[] encode​(int value)
      Deprecated.
    • encode

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

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

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