Example usage for org.apache.commons.io.input AutoCloseInputStream subclass-usage

List of usage examples for org.apache.commons.io.input AutoCloseInputStream subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.io.input AutoCloseInputStream subclass-usage.

Usage

From source file org.tsaap.uploadImage.LazyFileInputStream.java

/**
 * This input stream delays opening the file until the first byte is read, and
 * closes and discards the underlying stream as soon as the end of input has
 * been reached or when the stream is explicitly closed.
 */
public class LazyFileInputStream extends AutoCloseInputStream {

From source file org.apache.jackrabbit.core.data.LazyFileInputStream.java

/**
 * This input stream delays opening the file until the first byte is read, and
 * closes and discards the underlying stream as soon as the end of input has
 * been reached or when the stream is explicitly closed.
 */
public class LazyFileInputStream extends AutoCloseInputStream {

From source file org.apache.jackrabbit.core.data.LazyFileInputStream.java

/**
 * This input stream delays opening the file until the first byte is read, and
 * closes and discards the underlying stream as soon as the end of input has
 * been reached or when the stream is explicitly closed.
 */
public class LazyFileInputStream extends AutoCloseInputStream {

From source file org.lilie.services.eliot.tice.jackrabbit.core.data.version_2_4_0.LazyFileInputStream.java

/**
 * This input stream delays opening the file until the first byte is read, and
 * closes and discards the underlying stream as soon as the end of input has
 * been reached or when the stream is explicitly closed.
 */
public class LazyFileInputStream extends AutoCloseInputStream {

From source file org.apache.jackrabbit.core.data.db.DbInputStream.java

/**
 * This class represents an input stream backed by a database. The database
 * objects are only acquired when reading from the stream, and stay open until
 * the stream is closed, fully read, or garbage collected.
 * <p>
 * This class does not support mark/reset. It is always to be wrapped