net.sourceforge.plantuml
Class FileUtils
java.lang.Object
net.sourceforge.plantuml.FileUtils
public class FileUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtils
public FileUtils()
resetCounter
public static void resetCounter()
createTempFile
public static File createTempFile(String prefix,
String suffix)
throws IOException
- Throws:
IOException
copyToFile
public static void copyToFile(File src,
File dest)
throws IOException
- Throws:
IOException
copyToFile
public static void copyToFile(byte[] src,
File dest)
throws IOException
- Throws:
IOException
copyToStream
public static void copyToStream(File src,
OutputStream os)
throws IOException
- Throws:
IOException
copyToStream
public static void copyToStream(InputStream is,
OutputStream os)
throws IOException
- Throws:
IOException
Copyright © 2013. All Rights Reserved.