IFileOutputGenerator
public interface IFileOutputGenerator
Represents an interface for generating output to a file of differences between texts.
Methods
| Method | Description |
|---|---|
| generateOutput | Generates the output based on the differences between texts and saves it to a file. |
| generateOutput1 | Generates the output based on the differences between texts and saves it to a file. |
| generateOutputInternal | |
| generateOutputInternal1 |
generateOutput
Generates the output based on the differences between texts and saves it to a file.
generateOutput1
Generates the output based on the differences between texts and saves it to a file.