What steps will reproduce the problem?
I've made very simple JSON formatter (console in/out stream) based on
TSuperObject, but TSuperObject.ParseStream doesn't work with "non-seekable"
streams like "stdin".
What is the expected output? What do you see instead?
TSuperObject.ParseStream should not use stream.Seek method.
What version of the product are you using? On what operating system?
Latest svn.
Please provide any additional information below.
Patch attached that makes TSuperObject.ParseStream work without using Seek
method of stream.
Original issue reported on code.google.com by krystian...@gmail.com on 31 Mar 2013 at 5:43
Original issue reported on code.google.com by
krystian...@gmail.com
on 31 Mar 2013 at 5:43Attachments: