@NotThreadSafe public class OBSInputStream extends MultiRangeObjectInputStream
mClosed, mEndPos, mPos, mStream
Modifier and Type | Method and Description |
---|---|
protected InputStream |
createStream(long startPos,
long endPos)
Opens a new stream reading a range.
|
close, read, read, read, skip
available, mark, markSupported, reset
protected InputStream createStream(long startPos, long endPos) throws IOException
MultiRangeObjectInputStream
createStream
in class MultiRangeObjectInputStream
startPos
- start position in bytes (inclusive)endPos
- end position in bytes (exclusive)InputStream
IOException
Copyright © 2023. All Rights Reserved.