org.apache.yoko.rmi.util
Class StreamUtil

java.lang.Object
  extended by org.apache.yoko.rmi.util.StreamUtil

public class StreamUtil
extends Object

Author:
Jeppe Sommer (jso@eos.dk)

Constructor Summary
StreamUtil()
           
 
Method Summary
static void copyStream(InputStream is, OutputStream os)
           
static void copyStream(Reader reader, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamUtil

public StreamUtil()
Method Detail

copyStream

public static void copyStream(InputStream is,
                              OutputStream os)
                       throws IOException
Throws:
IOException

copyStream

public static void copyStream(Reader reader,
                              Writer writer)
                       throws IOException
Throws:
IOException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.