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

Method readString

StdLib/BinaryStdIn.java:141–150  ·  view source on GitHub ↗

Read 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 RuntimeException if standard input is empty or if the number of bits available on standard input is not a multiple of 8 (byte-aligned)

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

compressMethod · 0.95
compressMethod · 0.95
compressMethod · 0.95

Calls 4

isEmptyMethod · 0.95
readCharMethod · 0.95
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected