Example usage for java.io PipedOutputStream subclass-usage

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

Introduction

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

Usage

From source file com.gc.iotools.stream.os.OutputStreamToInputStream.java

/**
 * <p>
 * This class allow to read from an <code>InputStream</code> the data who has
 * been written to an <code>OutputStream</code> (performs an
 * <code>OutputStream</code> -> <code>InputStream</code> conversion).
 * </p>

From source file com.flexive.core.storage.genericSQL.GenericBinarySQLOutputStream.java

/**
 * Generic SQL based implementation of a PipedOutputStream to store binaries in the transit space
 *
 * @author Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at)
 * @see com.flexive.core.stream.BinaryUploadProtocol
 */