Example usage for java.io InputStream subclass-usage

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

Introduction

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

Usage

From source file com.moilioncircle.redis.replicator.io.AsyncBufferedInputStream.java

/**
 * @author Jingqi Xu
 * @author andyqzb
 * @since 2.1.0
 */
public final class AsyncBufferedInputStream extends InputStream implements Runnable {

From source file org.apache.james.mime4j.codec.QuotedPrintableInputStream.java

/**
 * Performs Quoted-Printable decoding on an underlying stream.
 */
public class QuotedPrintableInputStream extends InputStream {
    private static Log log = LogFactory.getLog(QuotedPrintableInputStream.class);

From source file org.taverna.server.master.rest.handler.InputStreamMessageHandler.java

/**
 * The actual transfer thunk.
 * 
 * @author Donal Fellows
 */
class TransferStream extends InputStream {

From source file net.lightbody.bmp.proxy.jetty.http.nio.ByteBufferInputStream.java

/** 
 * 
 * @version $Revision: 1.5 $
 * @author gregw
 */
public class ByteBufferInputStream extends InputStream {

From source file org.apache.james.mime4j.decoder.QuotedPrintableInputStream.java

/**
 * Performs Quoted-Printable decoding on an underlying stream.
 * 
 * 
 * 
 * @version $Id: QuotedPrintableInputStream.java,v 1.3 2004/11/29 13:15:47 ntherning Exp $

From source file com.google.code.or.io.impl.XInputStreamImpl.java

/**
 * 
 * @author Jingqi Xu
 */
public class XInputStreamImpl extends InputStream implements XInputStream {
    //

From source file com.zimbra.cs.octosync.PatchInputStream.java

/**
 * Presents contents of the file resulting from Octopus patch application as
 * an input stream.
 *
 * The class effectively multiplexes data from existing files (blobs) on the server
 * as referenced by an Octopus patch and the data contained within the patch itself:

From source file org.lockss.util.CloseCallbackInputStream.java

/**
 * Wrapper InputStream that calls a user-supplied callback when closed.
 * Useful for deleting temporary files
 */
public class CloseCallbackInputStream extends InputStream {
    private static final Logger log = Logger.getLogger("CloseCallbackInputStream");

From source file org.apache.flex.swf.io.InputBitStream.java

/**
 * Implementation of {@link InputBitStream}. This implementation allows you to
 * swap the underlying {@code InputStream} source with another one.
 * <p>
 * {@code InputBitStream} doesn't buffer the source InputStream internally. It
 * has one byte buffer for reading SWF bit-values. The buffer is filled 8 bits

From source file com.zju.ccnt.or.net.impl.XInputStreamImpl.java

/**
 * 
 * @author Xianglong Yao
 */
public class XInputStreamImpl extends InputStream implements XInputStream {
    //