Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76374 --- shadow/76374 2005-11-01 20:39:23.000000000 -0500 +++ shadow/76374.tmp.9875 2005-11-01 23:29:21.000000000 -0500 @@ -109,6 +109,13 @@ Int32 byte Count, Char[] chars, Int32 charIndex) at System.IO.BinaryReader.InternalReadOneChar() at System.IO.BinaryReader.Read() at System.IO.BinaryReader.PeekChar() at Foo.Main() + +------- Additional Comments From [EMAIL PROTECTED] 2005-11-01 23:29 ------- +Well, that it explains why always failed when to try to use PeekChar. +i resolved that inconvenience with the method BaseStream.Position, +calling to CanSeek before reading. + +Regards. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
