Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
TextInput Class
TextInput Methods
Close Method
HasNextBool Method
HasNextChar Method
HasNextDouble Method
HasNextInt Method
HasNextLine Method
HasNextString Method
MainTest Method
ReadAll Method
ReadAllDoubles Method
ReadAllInts Method
ReadAllStrings Method
ReadBool Method
ReadChar Method
ReadDouble Method
ReadInt Method
ReadLine Method
ReadString Method
TextInput
ReadAll Method
Read all characters from the steam into a string
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
string
ReadAll
()
Return Value
Type:
String
the rest of the file in a string
See Also
Reference
TextInput Class
Algs4Net Namespace