Ejemplo n.º 1
0
 public synchronized void dispose() {
   bufferLock.lock();
   flushBuffer();
   super.dispose();
   bufferLock.unlock();
 }