com.arsdigita.util
Class IO
java.lang.Object
com.arsdigita.util.IO
- public class IO
- extends Object
A library of methods for dealing with I/O streams.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IO
public IO()
copy
public static void copy(InputStream src,
OutputStream dst)
throws IOException
- Copies the contents of an input stream to another
output stream.
- Parameters:
src
- the source file to be sentdst
- the destination to send the file to
- Throws:
IOException
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC