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

Method readString

code/algs4/BinaryStdIn.java:160–169  ·  view source on GitHub ↗

Reads the remaining bytes of data from standard input and return as a string. @return the remaining bytes of data from standard input as a String @throws NoSuchElementException if standard input is empty or if the number of bits available on standard input is not a multiple of 8 (by

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

isEmptyMethod · 0.95
readCharMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected