|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.appsystem.launcher.distbuilder.FileUtils
public class FileUtils
The Class FileUtils.
| Constructor Summary | |
|---|---|
FileUtils()
|
|
| Method Summary | |
|---|---|
static void |
copyFiles(java.io.File src,
java.io.File dest)
Copy files. |
static void |
streamCopy(java.io.InputStream is,
java.io.OutputStream os)
Stream copy. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileUtils()
| Method Detail |
|---|
public static void copyFiles(java.io.File src,
java.io.File dest)
throws java.io.IOException
src - the srcdest - the dest
java.io.IOException - Signals that an I/O exception has occurred.
public static void streamCopy(java.io.InputStream is,
java.io.OutputStream os)
throws java.io.IOException
is - the isos - the os
java.io.IOException - Signals that an I/O exception has occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||