public final class UnifiedDiffReader extends Object
Modifier and Type | Method and Description |
---|---|
static UnifiedDiff |
parseUnifiedDiff(InputStream stream)
To parse a diff file use this method.
|
public static UnifiedDiff parseUnifiedDiff(InputStream stream) throws IOException, UnifiedDiffParserException
stream
- This is the diff file data.IOException
UnifiedDiffParserException
Copyright © 2009–2021 java-diff-utils. All rights reserved.