com.atlassian.bamboo.utils
Class FileCopier
java.lang.Object
com.atlassian.bamboo.utils.FileCopier
public class FileCopier
- extends Object
This class provides common file copying code
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyFile
public static void copyFile(File sourceFile,
File destinationFile)
copyStreams
public static void copyStreams(InputStream inputStream,
OutputStream outputStream)
throws IOException
- Throws:
IOException
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.