|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.versionone.om.StreamComparer
public class StreamComparer
Comparator for streams.
| Constructor Summary | |
|---|---|
StreamComparer()
|
|
| Method Summary | |
|---|---|
static boolean |
compareStream(java.io.InputStream expected,
java.io.InputStream actual)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamComparer()
| Method Detail |
|---|
public static boolean compareStream(java.io.InputStream expected,
java.io.InputStream actual)
throws java.io.IOException
expected - first stream.actual - second stream.
java.io.IOException - if occur any error with reading from any streams.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||