public class AdjustedRangeInputStream extends InputStream
| Constructor and Description |
|---|
AdjustedRangeInputStream(InputStream objectContents,
long rangeBeginning,
long rangeEnd)
Creates a new DecryptedContentsInputStream object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
abortIfNeeded()
Aborts the inputstream operation if thread is interrupted.
|
int |
available() |
void |
close() |
InputStream |
getWrappedInputStream() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int length) |
mark, markSupported, read, reset, skippublic AdjustedRangeInputStream(InputStream objectContents, long rangeBeginning, long rangeEnd) throws IOException
objectContents - The input stream containing the object contents retrieved from OSSrangeBeginning - The position of the left-most byte desired by the userrangeEnd - The position of the right-most byte desired by the userIOException - If there are errors skipping to the left-most byte desired by the user.protected final void abortIfNeeded()
ClientException - with ClientErrorCode INPUTSTREAM_READING_ABORTED if thread aborted.public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic InputStream getWrappedInputStream()
Copyright © 2021. All Rights Reserved.