summaryrefslogtreecommitdiff
path: root/ext/stringio/README
blob: d03f37dfd335860c11e9333ea2d135eaa93b559c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-*- rd -*-
$Author$

=begin

= StringIO
Pseudo (({IO})) class from/to (({String})).

This library is based on MoonWolf version written in Ruby.  Thanks a lot.

= Differences to (({IO}))

* not implemented: (({fcntl})), (({reopen})).
* (({fileno})) returns nil.
* (({pos=})) returns new position, not 0.
* (({ungetc})) does nothing at start of the string.

=end