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

Method readInts

code/algs4/In.java:492–495  ·  view source on GitHub ↗

Reads all integers from a file and returns them as an array of integers. @param filename the name of the file @return the integers in the file @deprecated Replaced by new In(filename).#readAllInts().

(String filename)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls 1

readAllIntsMethod · 0.45

Tested by

no test coverage detected