org.apache.yoko.rmi.util
Class StreamUtil
java.lang.Object
org.apache.yoko.rmi.util.StreamUtil
public class StreamUtil
- extends Object
- Author:
- Jeppe Sommer (jso@eos.dk)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamUtil
public StreamUtil()
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.