Searched refs:MAXIMUM_INTEGER_SIZE (Results 1 – 2 of 2) sorted by relevance
57 int length = ByteBufferReader.MAXIMUM_INTEGER_SIZE + 1; in readIntegerExceedingMaximumLength()105 ByteBufferReader.MAXIMUM_INTEGER_SIZE)); in readIntegerWithMaximumSize()111 ByteBufferReader.MAXIMUM_INTEGER_SIZE)); in readIntegerWithMaximumSize()
34 public static final int MAXIMUM_INTEGER_SIZE = Long.BYTES; field in ByteBufferReader47 if (size < MINIMUM_INTEGER_SIZE || size > MAXIMUM_INTEGER_SIZE) { in readInteger()