All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ccl.util.StreamCopier

java.lang.Object
   |
   +----ccl.util.StreamCopier

public class StreamCopier
extends Object
Copied from Java I/O by Elliotte Rusty Harold, page 43 [1999-07-30 Chr. Clemens Lee].

Version:
$Id: StreamCopier.java,v 1.3 1999/08/01 11:13:06 clemens Exp clemens $
Author:
Elliotte Rusty Harold

Constructor Index

 o StreamCopier()

Method Index

 o copy(InputStream, OutputStream)

Constructors

 o StreamCopier
 public StreamCopier()

Methods

 o copy
 public static boolean copy(InputStream pInputStream_,
                            OutputStream pOutputStream_)
Returns:
error

All Packages  Class Hierarchy  This Package  Previous  Next  Index