[Mono-bugs] [Bug 666694] Not Supported Exception

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Jan 28 17:57:04 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=666694

https://bugzilla.novell.com/show_bug.cgi?id=666694#c2


Mike Kestner <mkestner at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Mike Kestner <mkestner at novell.com> 2011-01-28 22:57:03 UTC ---
As documented on the System.IO.Stream class, not all streams are required to
support Length.  Non-seekable ones throw NotSupportedException, and the input
streams we return are Java.IO.InputStreams which are non-seekable and have no
length capability.

Therefore, I believe this one unfortunately is Invalid.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list