BinaryInputReadByte Method |
Reads the next 8 bits from standard input and return as an 8-bit byte.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxReturn Value
Type:
Bytethe next 8 bits of data from standard input as a
byte
ExceptionsException | Condition |
---|
IOException | if there are fewer than 8 bits available on standard input |
See Also