Class StreamUtil
- java.lang.Object
-
- com.webcodepro.applecommander.util.StreamUtil
-
public class StreamUtil extends java.lang.Object
Common stream-handling routines.
-
-
Constructor Summary
Constructors Constructor Description StreamUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
copy(java.io.InputStream inputStream, java.io.OutputStream outputStream)
-