public class StreamComparer extends Object
Constructor and Description |
---|
StreamComparer() |
Modifier and Type | Method and Description |
---|---|
static boolean |
compareStream(InputStream expected,
InputStream actual) |
public static boolean compareStream(InputStream expected, InputStream actual) throws IOException
expected
- first stream.actual
- second stream.IOException
- if occur any error with reading from any streams.Copyright © 2013 Version One, Inc.. All rights reserved.