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