java.io.Closeable, java.lang.AutoCloseable, Seekable, IOStatisticsSource@Public @Evolving public abstract class SplitCompressionInputStream extends CompressionInputStream
in, maxAvailableData| Constructor | Description |
|---|---|
SplitCompressionInputStream(java.io.InputStream in,
long start,
long end) |
| Modifier and Type | Method | 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, seekToNewSourcepublic SplitCompressionInputStream(java.io.InputStream in,
long start,
long end)
throws java.io.IOException
java.io.IOExceptionprotected void setStart(long start)
protected void setEnd(long end)
public long getAdjustedStart()
public long getAdjustedEnd()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.