Searched refs:MINIMUM_INTEGER_SIZE (Results 1 – 2 of 2) sorted by relevance
31 public static final int MINIMUM_INTEGER_SIZE = Byte.BYTES; field in ByteBufferReader47 if (size < MINIMUM_INTEGER_SIZE || size > MAXIMUM_INTEGER_SIZE) { in readInteger()
71 int length = ByteBufferReader.MINIMUM_INTEGER_SIZE - 1; in readIntegerLessThanMinimumLength()88 ByteBufferReader.MINIMUM_INTEGER_SIZE)); in readIntegerWithMinimumSize()