关闭流

parent b5cf585f
...@@ -35,7 +35,7 @@ public class JR58GzipUtil { ...@@ -35,7 +35,7 @@ public class JR58GzipUtil {
e.printStackTrace(); e.printStackTrace();
} finally { } finally {
try { try {
byteArrayIn.close(); out.close();
in.close(); in.close();
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); 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