| Package | Description | 
|---|---|
| com.github.difflib.unifieddiff | 
 This is the first test version of a multifile diff parser. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static UnifiedDiff | 
UnifiedDiff.from(String header,
    String tail,
    UnifiedDiffFile... files)  | 
static UnifiedDiff | 
UnifiedDiffReader.parseUnifiedDiff(InputStream stream)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
UnifiedDiffWriter.write(UnifiedDiff diff,
     Function<String,List<String>> originalLinesProvider,
     Consumer<String> writer,
     int contextSize)  | 
static void | 
UnifiedDiffWriter.write(UnifiedDiff diff,
     Function<String,List<String>> originalLinesProvider,
     Writer writer,
     int contextSize)  | 
Copyright © 2009–2020 java-diff-utils. All rights reserved.