/** {@inheritDoc} */
 @Override
 public int available() {
   return fut.available();
 }