From 48f7b5c094bf6898528e4b6c3d888053f6a75d0b Mon Sep 17 00:00:00 2001 From: Antti Villberg Date: Fri, 5 Jan 2018 18:17:28 +0200 Subject: [PATCH] write method to Files.scl refs #7707 Change-Id: I9c7e249461da388b94d3b12af48f17523cddddf5 --- bundles/org.simantics.scl.runtime/scl/Files.scl | 1 + 1 file changed, 1 insertion(+) 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] -- 2.43.2