[Mono-bugs] [Bug 46378][Nor] New - Add MemoryStream that points to memory.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 15 Jul 2003 11:18:15 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46378
--- shadow/46378 Tue Jul 15 11:18:15 2003
+++ shadow/46378.tmp.30053 Tue Jul 15 11:18:15 2003
@@ -0,0 +1,25 @@
+Bug#: 46378
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: miguel@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Add MemoryStream that points to memory.
+
+A MemoryStream that points to a pinned location in memory, useful when
+accessing data from an mmapped() region of memory (like the resource streams).
+
+Maybe we already do something smart with the resources to avoid having to
+manage it
+
+Miguel.