[Mono-bugs] [Bug 666694] New: Not Supported Exception
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jan 24 14:56:27 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=666694
https://bugzilla.novell.com/show_bug.cgi?id=666694#c0
Summary: Not Supported Exception
Classification: Mono
Product: MonoDroid
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Class Libraries
AssignedTo: mkestner at novell.com
ReportedBy: cummings.michael at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US)
AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
Trying to read an entire AndroidAsset file generates ezxception
Reproducible: Always
Steps to Reproduce:
var stream = _assets.Open( Name );
byte[] buffer = new byte[ stream.Length ];
stream.Read( buffer, 0, buffer.Length );
stream.Close();
Actual Results:
Not Supported Exception on stream.Length
Expected Results:
Should return the length of the stream.
--
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