@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, getIOStatistics, getPos, read, resetState, seek, seekToNewSourceavailable, mark, markSupported, read, read, reset, skippublic SplitCompressionInputStream(InputStream in, long start, long end) throws IOException
IOExceptionprotected void setStart(long start)
protected void setEnd(long end)
public long getAdjustedStart()
public long getAdjustedEnd()
Copyright © 2023 Apache Software Foundation. All rights reserved.