FileUtils class (Nixill.Utils)
Utilities for working with files.
public static class FileUtils
Static methods
FileCharEnumerator(string)
IEnumerable<char> - An enumerable over characters within a file.
Parameters:
stringpath- The path of the file to read.
Returns: An enumerable over the characters within a file.
StreamCharEnumerator(string)
IEnumerable<char> - An enumerable over characters from a stream.
Parameters:
StreamReaderreader- The stream to read.
Returns: An enumerable over the characters from the stream.