https://bugzilla.novell.com/show_bug.cgi?id=666694
https://bugzilla.novell.com/show_bug.cgi?id=666694#c2 Mike Kestner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Mike Kestner <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
