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
FileNotFoundException
IOException
public static String fileToString(File src, int readBufferSize) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public static void stringToFile(String s, File dest) throws IOException
IOException
Copyright © 2019. All rights reserved.