org.kohsuke.sfx4j
Class Util

java.lang.Object
  extended by org.kohsuke.sfx4j.Util

 class Util
extends java.lang.Object

Author:
Kohsuke Kawaguchi (kk@kohsuke.org)

Constructor Summary
Util()
           
 
Method Summary
static void copyStream(java.io.InputStream in, java.io.OutputStream out, boolean closeOut)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

Util()
Method Detail

copyStream

public static void copyStream(java.io.InputStream in,
                              java.io.OutputStream out,
                              boolean closeOut)
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003-2005 Kohsuke Kawaguchi. All Rights Reserved.