public class FileUtil extends Object
public static void writeFile(String filePath, String input) throws IOException
IOExceptionpublic static String readFile(String filePath) throws IOException
IOExceptionpublic static void readToBuffer(StringBuffer buffer, String filePath) throws IOException
IOExceptionCopyright © 2022. All rights reserved.