Example usage for org.apache.commons.io.output ProxyWriter subclass-usage

List of usage examples for org.apache.commons.io.output ProxyWriter subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.io.output ProxyWriter subclass-usage.

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$