优化图片工具类读取文件
parent
b4c0007acc
commit
333e5d938d
|
|
@ -80,6 +80,7 @@ public class ImageUtils
|
|||
}
|
||||
finally
|
||||
{
|
||||
IOUtils.closeQuietly(in);
|
||||
IOUtils.closeQuietly(baos);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue