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
IOException
public BinaryDiffResult diff(Path actual, byte[] expected) throws IOException
IOException
public BinaryDiffResult diff(InputStream actualStream, InputStream expectedStream) throws IOException
IOException
Copyright © 2014–2019. All rights reserved.