BitmapFactory.decodeStream返回null值 ,InputStream 被调用两次,第一次调用流被关闭清空了!!!
摘要:
InputStream inputstrem =getContentResolver().openInputStream(图片Uri); //解码获取图片的宽高 BitmapFactory.Options options = new BitmapFactory.Options(); options. 阅读全文
posted @ 2020-04-13 15:13 淡然→笑 阅读(831) 评论(0) 推荐(0) 编辑