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 org.apache.tez.tools.javadoc.util.XmlWriter.java

public class XmlWriter extends Writer {

    public void write(Config config) throws IOException {
        PrintWriter out = null;

        if (config.configName == null || config.configName.isEmpty()) {

From source file org.zanata.common.io.DigestWriter.java

/**
 * A transparent writer that updates the associated message digest using the
 * bits going through the writer.
 *
 * Writer equivalent of {@link DigestOutputStream}
 *

From source file VelocityWriter.java

/**
 * Implementation of a fast Writer. It was originally taken from JspWriter
 * and modified to have less syncronization going on.
 *
 * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
 * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>

From source file VelocityWriter.java

/**
 * Implementation of a fast Writer. It was originally taken from JspWriter
 * and modified to have less syncronization going on.
 *
 * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
 * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>

From source file org.apache.tez.runtime.library.common.shuffle.orderedgrouped.InMemoryWriter.java

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class InMemoryWriter extends Writer {
    private static final Log LOG = LogFactory.getLog(InMemoryWriter.class);

    // TODO Verify and fix counters if required.

From source file MemoryStringWriter.java

/**
 * A string writer that is able to write large amounts of data. The original
 * StringWriter contained in Java doubles its buffersize everytime the buffer
 * overflows. This is nice with small amounts of data, but awfull for huge
 * buffers.
 * 

From source file org.structr.text.FulltextTokenizer.java

 /**
  *
  *
  */
 public class FulltextTokenizer extends Writer {

From source file org.structr.files.text.FulltextTokenizer.java

 /**
  *
  *
  */
 public class FulltextTokenizer extends Writer {

From source file org.apache.tez.engine.common.shuffle.impl.InMemoryWriter.java

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class InMemoryWriter extends Writer {
    private static final Log LOG = LogFactory.getLog(InMemoryWriter.class);

    private DataOutputStream out;

From source file org.apache.tez.runtime.library.common.shuffle.impl.InMemoryWriter.java

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class InMemoryWriter extends Writer {
    private static final Log LOG = LogFactory.getLog(InMemoryWriter.class);

    private DataOutputStream out;