235236237238239240241
/** * {@inheritDoc} */ public void paste( final InputStream stream ) { execute( new Paste( selection_, stream ) ); }