public final class IOTestUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
compareStreams(InputStream s1,
InputStream s2) |
static void |
compareStreams(Reader s1,
Reader s2) |
public static void compareStreams(InputStream s1, InputStream s2) throws IOException
IOException
public static void compareStreams(Reader s1, Reader s2) throws IOException
IOException
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.