Example usage for java.io Writer subclass-usage

List of usage examples for java.io Writer subclass-usage

Introduction

In this page you can find the example usage for java.io Writer subclass-usage.

Usage

From source file StringBufferWriter.java

/** A Writer to a StringBuffer.
 *
 * @version $Id: StringBufferWriter.java,v 1.4 2004/05/09 20:33:04 gregwilkins Exp $
 * @author Greg Wilkins (gregw)
 */
public class StringBufferWriter extends Writer {

From source file org.apache.axis2.transport.mail.LogWriter.java

/**
 * {@link Writer} implementation that redirects to a logger.
 */
public class LogWriter extends Writer {
    private final Log log;
    private final String endOfLine;

From source file org.sonar.server.ws.CacheWriter.java

/**
 * Writer that writes only when closing the resource
 */
class CacheWriter extends Writer {
    private final StringWriter bufferWriter;
    private final Writer outputWriter;

From source file org.wso2.carbon.registry.core.jdbc.utils.DumpWriter.java

/**
 * A wrapper for writer that dumps skipping resource name="foo"
 */
public class DumpWriter extends Writer {
    private static final Log log = LogFactory.getLog(DumpWriter.class);
    private Writer writer;

From source file FastBufferedWriter.java

/**
 * 
 * <DIV lang="en"></DIV>
 * <DIV lang="ja"></DIV>
 * 
 * @author Makoto YUI (yuin405+xbird@gmail.com)

From source file org.wso2.carbon.repository.core.utils.DumpWriter.java

/**
 * A wrapper for writer that dumps skipping resource name="foo"
 */
public class DumpWriter extends Writer {

    private static final Log log = LogFactory.getLog(DumpWriter.class);

From source file de.ii.ldproxy.gml2json.DefaultCoordinatesWriter.java

/**
 *
 * @author zahnen
 */
public class DefaultCoordinatesWriter extends Writer {

From source file org.apereo.portal.logging.LoggingWriter.java

/**
 * Writer that writes to a {@link Logger}
 * 
 * @author Eric Dalquist
 */
public class LoggingWriter extends Writer {

From source file de.innovationgate.utils.LineBufferWriter.java

/**
 * A writer that writes to a {@link Buffer}
 *
 */
public class LineBufferWriter extends Writer {

From source file org.jasig.portal.logging.LoggingWriter.java

/**
 * Writer that writes to a {@link Logger}
 * 
 * @author Eric Dalquist
 * @version $Revision$
 */