X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.runtime%2Fscl%2FStringIO.md;h=013b94cab3e08fe2d59ef9f9cbde142edffcabcd;hp=7013c2ebbb8e149a6a5f823ced8c9b151a33ee98;hb=0807209928f01e95669af6aeb671110209774bc6;hpb=d2897ed06374eee4d91ba495c71c47eef370c52e diff --git a/bundles/org.simantics.scl.runtime/scl/StringIO.md b/bundles/org.simantics.scl.runtime/scl/StringIO.md index 7013c2ebb..013b94cab 100644 --- a/bundles/org.simantics.scl.runtime/scl/StringIO.md +++ b/bundles/org.simantics.scl.runtime/scl/StringIO.md @@ -1,5 +1,15 @@ # StringIO -# Undocumented entities +This module contains file I/O related functions that read and +write contents of textual files into/from String instances. -::undocumented[] \ No newline at end of file +## Reading + +::value[readLines] +::value[readLinesWithCharset] +::value[readContentsWithCharset] + +## Writing + +::value[writeLines] +::value[appendLine]