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

Class BinaryIn

StdLib/BinaryIn.java:40–336  ·  view source on GitHub ↗

Binary input . This class provides methods for reading in bits from a binary input stream, 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

no outgoing calls

Tested by

no test coverage detected