X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.runtime%2Fscl%2FFiles.scl;fp=bundles%2Forg.simantics.scl.runtime%2Fscl%2FFiles.scl;h=92fb8c528e8d5c7fc81ab2479f1453ae1277ae38;hb=48f7b5c094bf6898528e4b6c3d888053f6a75d0b;hp=6af9a176022139ccc8d8ae7a8dcbbb41341ba960;hpb=a5a1c8cd3203e8e5743073060b2f2ea430cef86c;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.runtime/scl/Files.scl b/bundles/org.simantics.scl.runtime/scl/Files.scl index 6af9a1760..92fb8c528 100644 --- a/bundles/org.simantics.scl.runtime/scl/Files.scl +++ b/bundles/org.simantics.scl.runtime/scl/Files.scl @@ -113,6 +113,7 @@ importJava "java.nio.file.Files" where copyToOutputStream :: Path -> OutputStream -> Long readAllBytes :: Path -> Vector Byte + write :: Path -> Vector Byte -> Vector OpenOption -> () @JavaName readAllLines readAllLinesWithCharset :: Path -> Charset -> [String]