# 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]