@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class SplitCompressionInputStream extends CompressionInputStream
in, maxAvailableData
Constructor and Description |
---|
SplitCompressionInputStream(InputStream in,
long start,
long end) |
Modifier and Type | Method and Description |
---|---|
long |
getAdjustedEnd()
After calling createInputStream, the values of start or end
might change.
|
long |
getAdjustedStart()
After calling createInputStream, the values of start or end
might change.
|
protected void |
setEnd(long end) |
protected void |
setStart(long start) |
close, getPos, read, resetState, seek, seekToNewSource
available, mark, markSupported, read, read, reset, skip
public SplitCompressionInputStream(InputStream in, long start, long end) throws IOException
IOException
protected void setStart(long start)
protected void setEnd(long end)
public long getAdjustedStart()
public long getAdjustedEnd()
Copyright © 2017 Apache Software Foundation. All rights reserved.