Represents an input stream from a source, which may not be the standard input
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic BinaryInput(
string inputFileName = ""
)
Parameters
- inputFileName (Optional)
- Type: SystemString
the input file name, empty if console
ExceptionsException | Condition |
---|
IOException | if a reading error is encoutered |
See Also