java.lang.Objectorg.nlogo.api.FileIO
public final class FileIO
Method Summary | |
---|---|
static String |
file2String(String path)
|
static void |
writeFile(String path,
String text)
|
static void |
writeFile(String path,
String text,
boolean convertToPlatformLineBreaks)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String file2String(String path) throws IOException
IOException
public static void writeFile(String path, String text) throws IOException
IOException
public static void writeFile(String path, String text, boolean convertToPlatformLineBreaks) throws IOException
IOException