예제 #1
0
  @Override
  protected void finalize() throws Throwable {
    super.finalize();

    writer.flush();
    writer.close();
  }