Package org.fest.assertions.internal
Class BinaryDiff
java.lang.Object
org.fest.assertions.internal.BinaryDiff
Compares the binary content of two streams.
- Author:
- Olivier Michallat
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BinaryDiff
public BinaryDiff()
-
-
Method Details
-
diff
- Throws:
IOException
-
diff
public BinaryDiffResult diff(InputStream actualStream, InputStream expectedStream) throws IOException - Throws:
IOException
-