org.ow2.easybeans.examples.cluster
Class Utils

java.lang.Object
  extended by org.ow2.easybeans.examples.cluster.Utils

public class Utils
extends java.lang.Object

Author:
eyindanga

Constructor Summary
Utils()
           
 
Method Summary
static void copy(java.io.InputStream src, java.io.OutputStream dest)
          Copy from src to dest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

copy

public static void copy(java.io.InputStream src,
                        java.io.OutputStream dest)
                 throws java.lang.Exception
Copy from src to dest.

Parameters:
src - the source
dest - the destination
Throws:
java.lang.Exception - any.


Copyright © 2006-2010 OW2 Consortium. All Rights Reserved.