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

Method readInt

code/algs4/BinaryStdIn.java:194–202  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

readFloatMethod · 0.95

Calls 2

readCharMethod · 0.95
readBooleanMethod · 0.95

Tested by

no test coverage detected