Class StreamUtils
java.lang.Object
org.aksw.commons.util.StreamUtils
Deprecated.
Probably all covered by apache IOUtils
- Author:
- Claus Stadler Date: 11/28/11 Time: 10:37 PM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcopy(InputStream in, OutputStream out, int bufferSize) Deprecated.static voidcopyThenClose(InputStream in, OutputStream out) Deprecated.static StringtoString(InputStream in) Deprecated.static StringDeprecated.
-
Constructor Details
-
StreamUtils
public StreamUtils()Deprecated.
-
-
Method Details
-
copy
Deprecated.- Throws:
IOException
-
copyThenClose
Deprecated.- Throws:
IOException
-
toString
-
toStringSafe
Deprecated.
-