• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..29-Aug-201444

dependH A D22-May-2011177

extconf.rbH A D02-Oct-200943

READMEH A D22-May-2011368

stringio.cH A D27-Dec-201234.9 KiB

README

1-*- rd -*-
2$Author: nobu $
3
4=begin
5
6= StringIO
7Pseudo (({IO})) class from/to (({String})).
8
9This library is based on MoonWolf version written in Ruby.  Thanks a lot.
10
11= Differences to (({IO}))
12
13* not implemented: (({fcntl})), (({reopen})).
14* (({fileno})) returns nil.
15* (({pos=})) returns new position, not 0.
16* (({ungetc})) does nothing at start of the string.
17
18=end
19