Class VarIntUtil.ArrayDecoder

    • Method Detail

      • hasNext

        public boolean hasNext()
        Returns true if the array contains another element. If the array is corrupted, this will return true and next() will throw an BufferOverflow exception
        Returns:
      • next

        public int next()