List of usage examples for org.apache.commons.io.output ProxyWriter subclass-usage
From source file org.jasig.portal.utils.TeeWriter.java
/**
* {@link Writer} that mimics the UNIX 'tee' command on a pair of {@link Writer}s.
* Note the {@link #write(char[], int, int)} implementation is synchronized.
*
* @author Nicholas Blair
* @version $Id$
From source file org.apereo.portal.utils.TeeWriter.java
/**
* {@link Writer} that mimics the UNIX 'tee' command on a pair of {@link Writer}s.
* Note the {@link #write(char[], int, int)} implementation is synchronized.
*
* @author Nicholas Blair
* @version $Id$