Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.thermidor.util.file
Class CPUtil  view CPUtil download CPUtil.java

java.lang.Object
  extended bycom.thermidor.util.file.CPUtil

public final class CPUtil
extends java.lang.Object


Constructor Summary
CPUtil()
           
 
Method Summary
static void copy(java.io.InputStream in, java.io.OutputStream out)
           
static void copyFileRaw(java.io.File src, java.io.File dest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPUtil

public CPUtil()
Method Detail

copyFileRaw

public static void copyFileRaw(java.io.File src,
                               java.io.File dest)
                        throws java.io.IOException

copy

public static void copy(java.io.InputStream in,
                        java.io.OutputStream out)
                 throws java.io.IOException