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){
}
一類的代碼。