Skip navigation links

Package com.github.difflib.unifieddiff

This is the new implementation of UnifiedDiff Tools.

See: Description

Package com.github.difflib.unifieddiff Description

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. You will get a UnifiedDiff that holds all informations about the diffs and the files.

To process the UnifiedDiff use UnifiedDiffWriter#write.

Skip navigation links

Copyright © 2009–2022 java-diff-utils. All rights reserved.