独(*^__^*)眸

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2016年2月19日

摘要: public byte[] compressPic(byte[] data) { if(data.length == 0){ return new byte[0]; } Image img = null; try { img = ImageIO.read(new ByteArrayInputStre 阅读全文
posted @ 2016-02-19 15:02 独(*^__^*)眸 阅读(191) 评论(0) 推荐(0)