protected void cleanUp() {
   super.cleanUp();
   tOut = null;
 }
示例#2
0
 protected void cleanUp() throws IOException {
   super.cleanUp();
   tOut.close();
 }