public class IOUtil extends Object
IOUtil()
static void
close(Closeable closeable)
store(String text, File file, boolean append)
store(String text, String filePath, boolean append)
transfer(File from, File to)
transfer(InputStream from, OutputStream to)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IOUtil()
public static void transfer(File from, File to)
public static void transfer(InputStream from, OutputStream to)
public static void close(Closeable closeable)
public static void store(String text, String filePath, boolean append)
public static void store(String text, File file, boolean append)
Copyright © 2020. All rights reserved.