public class CreateSelectMetaInputStream extends FilterInputStream
in| Constructor and Description |
|---|
CreateSelectMetaInputStream(InputStream in,
SelectObjectMetadata.SelectContentMetadataBase selectContentMetadataBase,
ProgressListener selectProgressListener) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] buf,
int off,
int len) |
void |
setRequestId(String requestId) |
close, mark, markSupported, reset, skippublic CreateSelectMetaInputStream(InputStream in, SelectObjectMetadata.SelectContentMetadataBase selectContentMetadataBase, ProgressListener selectProgressListener)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] buf,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int available()
throws IOException
available in class FilterInputStreamIOExceptionpublic void setRequestId(String requestId)
Copyright © 2021. All Rights Reserved.