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

Method readString

StdLib/BinaryIn.java:213–222  ·  view source on GitHub ↗

Read the remaining bytes of data from the binary input stream and return as a string. @return the remaining bytes of data from the binary input stream as a String @throws RuntimeException if the input stream is empty or if the number of bits available 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

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected