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

Class BinaryStdIn

code/algs4/BinaryStdIn.java:38–291  ·  view source on GitHub ↗

Binary standard input . This class provides methods for reading in bits from standard input, either one bit at a time (as a boolean), 8 bits at a time (as a byte or char), 16 bits at a time (as a short), 32 bits at a time (as an int or float)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

fillBufferMethod · 0.95

Tested by

no test coverage detected