Searched refs:readHexadecimalUnsignedLong (Results 1 – 5 of 5) sorted by relevance
589 long actual = source.readHexadecimalUnsignedLong(); in assertLongHexString()596 assertEquals(-1, source.readHexadecimalUnsignedLong()); in longHexStringAcrossSegment()602 source.readHexadecimalUnsignedLong(); in longHexStringTooLongThrows()612 source.readHexadecimalUnsignedLong(); in longHexStringTooShortThrows()622 source.readHexadecimalUnsignedLong(); in longHexEmptySourceThrows()
88 long readHexadecimalUnsignedLong() throws IOException; in readHexadecimalUnsignedLong() method
269 @Override public long readHexadecimalUnsignedLong() throws IOException { in readHexadecimalUnsignedLong() method in RealBufferedSource284 return buffer.readHexadecimalUnsignedLong(); in readHexadecimalUnsignedLong()
468 @Override public long readHexadecimalUnsignedLong() {
479 bytesRemainingInChunk = source.readHexadecimalUnsignedLong(); in readChunkSize()