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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to