MCPcopy Create free account
hub / github.com/aistrate/AlgorithmsSedgewick / readChar

Method readChar

StdLib/BinaryIn.java:161–182  ·  view source on GitHub ↗

Read the next 8 bits from the binary input stream and return as an 8-bit char. @return the next 8 bits of data from the binary input stream as a char @throws RuntimeException if there are fewer than 8 bits available

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

readStringMethod · 0.95
readShortMethod · 0.95
readIntMethod · 0.95
readLongMethod · 0.95
readByteMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls 3

isEmptyMethod · 0.95
fillBufferMethod · 0.95
readBooleanMethod · 0.95

Tested by

no test coverage detected