roxen.lists.pike.general

Subject Author Date
Re: FakeFile() and to assign() or not to assign() Mirar @ Pike importmöte för m <6341[at]lyskom[dot]lysator[dot]liu[dot]se> 12-02-2009
I thought that was because Stdio.FILE were allowed to buffer, while
Stdio.File is supposed to be lowlevel and not buffer. (Like fd->write
and FILE*->fwrite in C.)

Stdio.FakeFile will always buffer (I presume it's input is a string,
since I haven't actually checked), so there is no reason to have a
Stdio.File-version of Stdio.FakeFile.