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()
.in
Modifier and Type | Method and Description |
---|---|
void |
abort()
Equivalent to calling
SelectObjectContentEventStream.abort() . |
void |
close()
Equivalent to calling
SelectObjectContentEventStream.close() . |
abortIfNeeded, available, isAborted, isMetricActivated, mark, markSupported, read, read, release, reset, skip
read
public void abort()
SelectObjectContentEventStream.abort()
.abort
in class SdkFilterInputStream
public void close() throws IOException
SelectObjectContentEventStream.close()
.close
in interface Closeable
close
in interface AutoCloseable
close
in class SdkFilterInputStream
IOException
Copyright © 2018. All rights reserved.