public final class FileUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
fileToString(File src) |
static String |
fileToString(File src,
int readBufferSize) |
static void |
stringToFile(String s,
File dest) |
public static String fileToString(File src) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static String fileToString(File src, int readBufferSize) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static void stringToFile(String s, File dest) throws IOException
IOExceptionCopyright © 2017. All rights reserved.