Package org.jzy3d.io
Class SimpleFile
java.lang.Object
org.jzy3d.io.SimpleFile
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
static boolean
Return true if file1 is younger than file2, meaning it was last modified after file2.static String
readAsString
(String filename) static String
readAsString
(String filename, String newLineString) static void
-
Method Details
-
write
- Throws:
IOException
-
createParentFoldersIfNotExist
-
createParentFoldersIfNotExist
-
readFile
- Throws:
IOException
-
read
- Throws:
IOException
-
readAsString
- Throws:
IOException
-
readAsString
- Throws:
IOException
-
isYounger
Return true if file1 is younger than file2, meaning it was last modified after file2. Always return false if file2 does not exist. Always return true if file1 does not exist.
-