List of usage examples for java.io Writer subclass-usage
From source file org.springframework.util.CommonsLogWriter.java
/**
* {@code java.io.Writer} adapter for a Commons Logging {@code Log}.
*
* @author Juergen Hoeller
* @since 2.5.1
*/
From source file com.dianping.resource.io.util.CommonsLogWriter.java
/**
* {@code java.io.Writer} adapter for a Commons Logging {@code Log}.
*
* @author Juergen Hoeller
* @since 2.5.1
*/
From source file org.goodsManagement.util.spring.CommonsLogWriter.java
/**
* {@code java.io.Writer} adapter for a Commons Logging {@code Log}.
*
* @author Juergen Hoeller
* @since 2.5.1
*/
From source file com.opensource.orm.sharding.utils.CommonsLogWriter.java
/**
* <code>java.io.Writer</code> adapter for a Commons Logging <code>Log</code>.
*
* @author Juergen Hoeller
* @since 2.5.1
*/
From source file com.opensource.frameworks.processframework.utils.CommonsLogWriter.java
/**
* <code>java.io.Writer</code> adapter for a Commons Logging <code>Log</code>.
*
* @author Juergen Hoeller
* @since 2.5.1
*/
From source file dk.ange.octave.util.TeeWriter.java
/**
* Executes the actions on a single writer to multiple writers.
*
* If the list of writers in the constructor is empty everything that is written will be discarted.
*
* If there is thrown one or more exception all writers will still be accessed, the exceptions will be logged and the
From source file dk.ange.octave.util.NoCloseWriter.java
/** * Will protect a Writer from beeing closed by .close(), usefull for protecting stdout and stderr from beeing closed. * * @author Kim Hansen */ public class NoCloseWriter extends Writer {
From source file AppendableWriter.java
/**
* Writer that places all output on an {@link Appendable} target. If the target
* is {@link Flushable} or {@link Closeable}, flush()es and close()s will also
* be delegated to the target.
*
*
From source file com.github.jknack.handlebars.internal.FastStringWriter.java
/**
* A string writer without locking.
*
* @author edgar.espina
* @since 0.1.0
*/
From source file com.gdo.util.XmlWriter.java
/**
* <p>
* Very simple XML writer.
* </p>
*
*