Searched refs:readByte (Results 1 – 2 of 2) sorted by relevance
25 val byte = readByte() in <lambda>()32 return when (readByte()) { in <lambda>()
60 inline fun readByte() = buffer[index++] in isDigit() method in trebuchet.util.BufferReaderState