You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Chanai Moentit (JIRA)" <ji...@apache.org> on 2016/02/01 13:24:39 UTC

[jira] [Created] (FLEX-35023) iPhone 6 with iOS 9.2.1 cannot use FileStream class

Chanai Moentit created FLEX-35023:
-------------------------------------

             Summary: iPhone 6 with iOS 9.2.1 cannot use FileStream class
                 Key: FLEX-35023
                 URL: https://issues.apache.org/jira/browse/FLEX-35023
             Project: Apache Flex
          Issue Type: Bug
         Environment: iPhone 6 with iOS 9.2.1 
            Reporter: Chanai Moentit
            Priority: Critical


fs.open(db,FileMode.WRITE);
fs.writeBytes(ba);  <---Will error here
fs.close();


fs.open(db,FileMode.WRITE);
fs.writeUTFBytes(utfba);  
fs.close(); <---Will error here



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)