FileIOException in Blackberry

2019-08-05 03:39发布

I am having a fileIOException: File system out of resources when i tried to read some files on my blackberry torch. What can I do to prevent this from happening?

1条回答
迷人小祖宗
2楼-- · 2019-08-05 04:33

You probably have too many files open simultaneously, or you haven't properly closed previous file connections. There is a global limit on the number of open file connections on the BlackBerry, something like 16 open at any time. You should close connections as soon as you don't need them.

查看更多
登录 后发表回答