Class CompactU16Encoding

java.lang.Object
software.sava.core.encoding.CompactU16Encoding

public final class CompactU16Encoding extends Object
  • Method Details

    • signedByte

      public static boolean signedByte(int bite)
    • encodeLength

      public static byte[] encodeLength(int len)
    • encodeLength

      public static int encodeLength(byte[] out, int off, int len)
    • getByteLen

      public static int getByteLen(byte[] data, int offset)
    • getByteLen

      public static int getByteLen(int len)
    • decode

      public static int decode(byte[] out, int off)