@FunctionalInterface public interface Comparison
InputStream.| Modifier and Type | Method and Description |
|---|---|
Boolean |
equivalent(InputStream expected,
InputStream actual)
Compares 2 given
InputStream. |
Boolean equivalent(InputStream expected, InputStream actual) throws IOException
InputStream.expected - is the reference InputStream.actual - is the actual InputStream.Boolean.TRUE if the 2 given InputStream are equivalent.
Boolean.FALSE otherwise.IOException - that could occured while comparing files.Copyright © 2016. All rights reserved.