[Mono-bugs] [Bug 51741][Nor] Changed - System.IO.BinaryReader.PeekChar( ) modifies the underlying stream

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Dec 2003 17:12:47 -0500 (EST)


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 dev@6wardlaw.freeserve.co.uk.

http://bugzilla.ximian.com/show_bug.cgi?id=51741

--- shadow/51741	2003-12-04 17:12:10.000000000 -0500
+++ shadow/51741.tmp.14863	2003-12-04 17:12:47.000000000 -0500
@@ -44,6 +44,11 @@
 
 Additional Information:
 
 The Microsoft .net implementation of this method does not modify the 
 underlying stream. If the underlying stream is not seekable then PeekChar
 ( ) return -1.
+
+------- Additional Comments From dev@6wardlaw.freeserve.co.uk  2003-12-04 17:12 -------
+Created an attachment (id=6113)
+Test case class
+