Package org.apache.axiom.testutils.io
Class IOTestUtils
- java.lang.Object
-
- org.apache.axiom.testutils.io.IOTestUtils
-
public final class IOTestUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidcompareStreams(InputStream s1, InputStream s2)Deprecated.static voidcompareStreams(InputStream s1, String name1, InputStream s2, String name2)static voidcompareStreams(Reader s1, Reader s2)Deprecated.static voidcompareStreams(Reader s1, String name1, Reader s2, String name2)
-
-
-
Method Detail
-
compareStreams
@Deprecated public static void compareStreams(InputStream s1, InputStream s2) throws IOException
Deprecated.- Throws:
IOException
-
compareStreams
public static void compareStreams(InputStream s1, String name1, InputStream s2, String name2) throws IOException
- Throws:
IOException
-
compareStreams
@Deprecated public static void compareStreams(Reader s1, Reader s2) throws IOException
Deprecated.- Throws:
IOException
-
compareStreams
public static void compareStreams(Reader s1, String name1, Reader s2, String name2) throws IOException
- Throws:
IOException
-
-