Package com.github.difflib.unifieddiff


package com.github.difflib.unifieddiff
This is the new implementation of UnifiedDiff Tools. This version is multi file aware.

To read a unified diff file you should use UnifiedDiffReader.parseUnifiedDiff(InputStream). You will get a UnifiedDiff that holds all informations about the diffs and the files.

To process the UnifiedDiff use UnifiedDiffWriter.write(UnifiedDiff, Function, Writer, int).