]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.runtime/scl/StringIO.md
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / bundles / org.simantics.scl.runtime / scl / StringIO.md
index 0e2d42d86a9c0c455649cf1865b81c62f5edd2eb..013b94cab3e08fe2d59ef9f9cbde142edffcabcd 100644 (file)
@@ -1,5 +1,15 @@
-# StringIO\r
-\r
-# Undocumented entities\r
-\r
-::undocumented[]
\ No newline at end of file
+# StringIO
+
+This module contains file I/O related functions that read and
+write contents of textual files into/from String instances.
+
+## Reading
+
+::value[readLines]
+::value[readLinesWithCharset]
+::value[readContentsWithCharset]
+
+## Writing
+
+::value[writeLines]
+::value[appendLine]