Package org.aksw.commons.util
Class StreamUtils
- java.lang.Object
-
- org.aksw.commons.util.StreamUtils
-
@Deprecated public class StreamUtils extends Object
Deprecated.Probably all covered by apache IOUtils- Author:
- Claus Stadler Date: 11/28/11 Time: 10:37 PM
-
-
Constructor Summary
Constructors Constructor Description StreamUtils()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidcopy(InputStream in, OutputStream out, int bufferSize)Deprecated.static voidcopyThenClose(InputStream in, OutputStream out)Deprecated.static StringtoString(InputStream in)Deprecated.static StringtoStringSafe(InputStream in)Deprecated.
-
-
-
Method Detail
-
copy
public static void copy(InputStream in, OutputStream out, int bufferSize) throws IOException
Deprecated.- Throws:
IOException
-
copyThenClose
public static void copyThenClose(InputStream in, OutputStream out) throws IOException
Deprecated.- Throws:
IOException
-
toString
public static String toString(InputStream in) throws IOException
Deprecated.- Throws:
IOException
-
toStringSafe
public static String toStringSafe(InputStream in)
Deprecated.
-
-