Package org.jets3t.service.io
package org.jets3t.service.io
-
ClassDescriptionUtility class that tracks the number of bytes transferred from a source, and uses this information to calculate transfer rates and estimate end times.Input stream that wraps another stream and deflates (compresses) the underlying stream's data on-the-fly.Output stream that wraps another stream and inflates (de-compresses) the underlying stream's data on-the-fly.Interface used by input streams that wrap other input streams, so that the underlying input stream can be retrieved.Input stream wrapper that allows the underlying wrapped input stream to be interrupted.Interface used by output streams that wrap other output streams, so that the underlying output stream can be retrieved.Input stream wrapper that tracks the number of bytes that have been read through the stream.Output stream wrapper that tracks the number of bytes that have been written through the stream.A repeatable input stream for files.A repeatable input stream wrapper for any input stream.A repeatable input stream for files.A wrapper class for a File, that makes it possible to recognize a temporary file.Indicates an IOException that cannot, or should not, be recovered from.