Cat Class |
Namespace: Algs4Net
public class Cat
The Cat type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | MainTest |
Reads in a sequence of text files specified as the first command-line
arguments, concatenates them, and writes the results to the file
specified as the last command-line argument. The code demonstrates
.NET's using statements and Stream I/O classes. If a single file name
is provided, the file is rewritten using its content (unchanged). |
For additional documentation, see Section 1.1 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
This class is a C# port from the original Java class Cat implementation by the respective authors.