public class SelectRecordsInputStream extends SdkFilterInputStream
InputStream that loads the content from the S3 object that matched the select query. This is
 usually acquired by a call to SelectObjectContentEventStream.getRecordsInputStream().| Modifier and Type | Method and Description | 
|---|---|
| void | abort()Equivalent to calling  SelectObjectContentEventStream.abort(). | 
| void | close()Equivalent to calling  SelectObjectContentEventStream.close(). | 
available, getDelegateStream, isMetricActivated, mark, markSupported, read, read, release, reset, skipreadpublic void abort()
SelectObjectContentEventStream.abort().abort in class SdkFilterInputStreampublic void close()
           throws IOException
SelectObjectContentEventStream.close().close in interface Closeableclose in interface AutoCloseableclose in class SdkFilterInputStreamIOException