dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO Stream.cs,1.7,1.8


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/IO Stream.cs,1.7,1.8
Date: Thu, 03 Apr 2003 00:40:46 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO
In directory subversions:/tmp/cvs-serv30313/runtime/System/IO

Modified Files:
        Stream.cs 
Log Message:


Re-implement "NetworkStream" and "Socket".


Index: Stream.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/IO/Stream.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** Stream.cs   2 Apr 2003 05:18:50 -0000       1.7
--- Stream.cs   3 Apr 2003 05:40:44 -0000       1.8
***************
*** 369,373 ****
                                if(buffer == null)
                                {
!                                       throw new ArgumentNullException("null");
                                }
                                else if(offset < 0 || offset > buffer.Length)
--- 369,373 ----
                                if(buffer == null)
                                {
!                                       throw new 
ArgumentNullException("buffer");
                                }
                                else if(offset < 0 || offset > buffer.Length)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]