public class BinaryDiff extends Object
| Constructor | Description |
|---|---|
BinaryDiff() |
| Modifier and Type | Method | Description |
|---|---|---|
BinaryDiffResult |
diff(File actual,
byte[] expected) |
|
BinaryDiffResult |
diff(InputStream actualStream,
InputStream expectedStream) |
|
BinaryDiffResult |
diff(Path actual,
byte[] expected) |
public BinaryDiffResult diff(File actual, byte[] expected) throws IOException
IOExceptionpublic BinaryDiffResult diff(Path actual, byte[] expected) throws IOException
IOExceptionpublic BinaryDiffResult diff(InputStream actualStream, InputStream expectedStream) throws IOException
IOExceptionCopyright © 2014–2019. All rights reserved.