关闭流

parent b5cf585f
......@@ -35,7 +35,7 @@ public class JR58GzipUtil {
e.printStackTrace();
} finally {
try {
byteArrayIn.close();
out.close();
in.close();
} catch (IOException e) {
e.printStackTrace();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment