227228229230231232233
* {@inheritDoc} */ public void cut( final OutputStream stream ) { if( !selection_.isEmpty() ) execute( new Cut( selection_, stream ) ); }