break MISSING_BLOCK_LABEL_160;

FileNotFoundException

fnfe;

fnfe;

out.close();

throw fnfe;

in.close();

break

MISSING_BLOCK_LABEL_268;

fnfe;

fnfe.printStackTrace();

in.close();

break

MISSING_BLOCK_LABEL_268;

Exception

exception;

exception;

in.close();

throw

exception;

fnfe;

System.err.println((new

StringBuilder()).append("broken link ").append(fnfe.getMessage()).append("

ignored").toString());

break MISSING_BLOCK_LABEL_268;

IOException

ioe;

ioe;

System.err.println((new StringBuilder()).append("I/O

problem: ").append(ioe.getMessage()).toString());

file = null;

因为是反编译的嘛,肯定不能百分百还原,不能还原的就成这个样子了。

当然了,这段代码还是很好揣摩的,应该是

try{

}catch(Exception e){

}

一类的代码。

原文:http://www.cnblogs.com/angelshelter/p/3764148.html

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐