public final void close() {
   super.close();
   if (bTU != null) {
     bTU.free();
   }
 }