Class Stdio.FakeFile
- Description
A string wrapper that pretends to be a Stdio.File object in addition to some features of a Stdio.FILE object.
- Constant is_fake_file
constantintStdio.FakeFile.is_fake_file- Description
This constant can be used to distinguish a FakeFile object from a real Stdio.File object.
- Method create
Stdio.FakeFile Stdio.FakeFile(stringdata,void|stringtype,void|intpointer)- See also