Package org.jzy3d.io
Class SimpleFile
java.lang.Object
org.jzy3d.io.SimpleFile
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic booleanReturn true if file1 is younger than file2, meaning it was last modified after file2.static StringreadAsString(String filename) static StringreadAsString(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.
-