public interface DiffParser
| Modifier and Type | Method and Description |
|---|---|
List<Diff> |
parse(byte[] bytes)
Constructs a list of Diffs from a textual byte array.
|
List<Diff> |
parse(File file)
Constructs a list of Diffs from a textual File
|
List<Diff> |
parse(InputStream in)
Constructs a list of Diffs from a textual InputStream.
|
List<Diff> parse(InputStream in)
in - the input stream to parseList<Diff> parse(byte[] bytes)
bytes - the byte array to parseList<Diff> parse(File file) throws IOException
file - the file to parseIOExceptionCopyright © 2016. All rights reserved.