@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class SplitCompressionInputStream extends CompressionInputStream
in, maxAvailableData
コンストラクタと説明 |
---|
SplitCompressionInputStream(InputStream in,
long start,
long end) |
修飾子とタイプ | メソッドと説明 |
---|---|
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 © 2016 Apache Software Foundation. All rights reserved.