码迷,mamicode.com
首页 > 其他好文 > 详细

break MISSING_BLOCK_LABEL_160; 看源代码出现的,源代码是反编译的

时间:2014-06-02 11:57:28      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:c   a   int   get   string   os   

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){

}

一类的代码。

break MISSING_BLOCK_LABEL_160; 看源代码出现的,源代码是反编译的,布布扣,bubuko.com

break MISSING_BLOCK_LABEL_160; 看源代码出现的,源代码是反编译的

标签:c   a   int   get   string   os   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!