Click or drag to resize
BinaryInput Constructor
Represents an input stream from a source, which may not be the standard input

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BinaryInput(
	string inputFileName = ""
)

Parameters

inputFileName (Optional)
Type: SystemString
the input file name, empty if console
Exceptions
ExceptionCondition
IOExceptionif a reading error is encoutered
See Also