public class FileUtil extends Object
Constructor and Description |
---|
FileUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
copyDirectory(File srcDir,
File destDir) |
static String |
readFileToString(String path) |
public static boolean copyDirectory(File srcDir, File destDir) throws IOException
IOException
public static String readFileToString(String path) throws IOException
IOException
Copyright © 2016 WSO2 Inc. All rights reserved.