public class RangeRequestInputStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
RangeRequestInputStream(java.io.InputStream in,
long skip,
long length)
Creates a
FilterInputStream
by assigning the argument in
to the field this.in so as
to remember it for later use. |
public RangeRequestInputStream(java.io.InputStream in,
long skip,
long length)
throws java.io.IOException
FilterInputStream
by assigning the argument in
to the field this.in so as
to remember it for later use.in - the underlying input stream, or null if
this instance is to be created without an underlying stream.skip - the number of bytes to skip at the beginning of the streamlength - the number of bytes from the inputstream to readjava.io.IOExceptionCopyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.