MCPcopy Create free account
hub / github.com/bighuang624/Algorithms-notes / readByte

Method readByte

code/algs4/BinaryStdIn.java:271–274  ·  view source on GitHub ↗

Reads the next 8 bits from standard input and return as an 8-bit byte. @return the next 8 bits of data from standard input as a byte @throws NoSuchElementException if there are fewer than 8 bits available on standard input

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

readCharMethod · 0.95

Tested by

no test coverage detected