public interface SetupUtil
Modifier and Type | Method and Description |
---|---|
void |
copy(InputStream inputStream,
OutputStream outputStream) |
void |
copyDirectory(File source,
File target) |
void |
copyFile(File source,
File target) |
void copy(InputStream inputStream, OutputStream outputStream) throws IOException
IOException
void copyDirectory(File source, File target) throws IOException
IOException
void copyFile(File source, File target) throws IOException
IOException
Copyright © 2012. All Rights Reserved.