Dear list,<div><br></div><div>is there anything similar to Python's StringIO [1] in Erlang?</div><div><br></div><div>I've a library that only accepts files as params of a function, but I have everything I need into a variable that holds a string(). So what I would need to do is write this string to a temp file, and pass that one to the library; I'd like to avoid doing that if possible.</div>
<div><br></div><div>Thank you,</div><div><br></div><div>r.</div><div><br></div><div>[1] <a href="http://docs.python.org/library/stringio.html">http://docs.python.org/library/stringio.html</a></div>