List of usage examples for java.io OutputStream subclass-usage
From source file com.googlecode.fascinator.portal.velocity.JythonLogger.java
/** * Used to redirect standard out/err for PythonInterpreter. * * @author Oliver Lucido */ public class JythonLogger extends OutputStream {
From source file MultiOutputStream.java
/** * An <code>OutputStream</code> which relays all data written into it into a * list of given <code>OutputStreams</code>. */ public class MultiOutputStream extends OutputStream {
From source file org.apache.hadoop.fs.redfish.RedfishDataOutputStream.java
class RedfishDataOutputStream extends OutputStream implements Syncable, Closeable, Flushable { private long m_ofe; static { try { System.loadLibrary("hfishc");
From source file org.apache.syncope.common.lib.LogOutputStream.java
/** * Delegates output stream writing onto an SLF4J logger. * Inspired by {@code}org.apache.commons.exec.LogOutputStream{@code} */ public class LogOutputStream extends OutputStream {
From source file com.ceph.rados.fs.RadosOutputStream.java
public class RadosOutputStream extends OutputStream { private static IoCTX ioctx; private boolean closed; private String oid; private long pos = 0;
From source file edu.cornell.med.icb.goby.util.LoggingOutputStream.java
/**
* Ability to write data that goes to the OutputStream to the log at
* a specified log level.
*
* @author Kevin Dorff
*/
From source file edu.utah.further.core.util.io.LoggingOutputStream.java
/**
* An OutputStream that flushes out to a Logger.
* <p>
* Note that no data is written out to the Logger until the stream is flushed or closed.
* <p>
*
From source file neembuu.vfs.progresscontrol.GeneralThrottleTestMeasurement.java
/** * * @author Shashank Tulsyan */ public class GeneralThrottleTestMeasurement extends OutputStream {
From source file com.sshtools.j2ssh.connection.ChannelOutputStream.java
/**
*
*
* @author $author$
* @version $Revision: 1.1.1.1 $
*/
From source file de.blinkenlights.bmix.movie.BMLOutputStream.java
/**
* Outputs a BML (Blinkenlights Markup Language) from a sequence
* of BLImage frames.
*
* @author dfraser
*