Class UnifiedDiffWriter
java.lang.Object
com.github.difflib.unifieddiff.UnifiedDiffWriter
- Author:
- Tobias Warneke (t.warneke@gmx.net)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnifiedDiffWriter
public UnifiedDiffWriter()
-
-
Method Details
-
write
public static void write(UnifiedDiff diff, Function<String, List<String>> originalLinesProvider, Writer writer, int contextSize) throws IOException - Throws:
IOException
-
write
public static void write(UnifiedDiff diff, Function<String, List<String>> originalLinesProvider, Consumer<String> writer, int contextSize) throws IOException - Throws:
IOException
-