summaryrefslogtreecommitdiff
path: root/ext/stringio/README
blob: 10dd237de85b194b96634c30e054ef8f07b41d00 (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