Package org.kohsuke.sfx4j
Class Util
java.lang.Object
org.kohsuke.sfx4j.Util
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
copyStream
(InputStream in, OutputStream out, boolean closeOut)
-
Constructor Details
-
Util
Util()
-
-
Method Details
-
copyStream
public static void copyStream(InputStream in, OutputStream out, boolean closeOut) throws IOException - Throws:
IOException
-