[erlang-questions] StringIO?

Roberto Ostinelli roberto@REDACTED
Thu May 31 02:16:59 CEST 2012


Dear list,

is there anything similar to Python's StringIO [1] in Erlang?

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.

Thank you,

r.

[1] http://docs.python.org/library/stringio.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120530/6e856346/attachment.htm>


More information about the erlang-questions mailing list