Class Decoder


  • public class Decoder
    extends Object
    • Constructor Detail

      • Decoder

        public Decoder​(byte[] bs)
    • Method Detail

      • get_int

        public static int get_int​(byte[] bs,
                                  int loc)
      • get_long

        public static long get_long​(byte[] bs,
                                    int loc)
      • get_long

        public long get_long()
      • get_int

        public int get_int()
      • get_byte

        public byte get_byte()
      • get_string

        public String get_string()
      • empty

        public boolean empty()