Close - closes the underlying response body and the stream reader.
()
| 494 | |
| 495 | // Close - closes the underlying response body and the stream reader. |
| 496 | func (s *SelectResults) Close() error { |
| 497 | defer closeResponse(s.resp) |
| 498 | return s.pipeReader.Close() |
| 499 | } |
| 500 | |
| 501 | // Read - is a reader compatible implementation for SelectObjectContent records. |
| 502 | func (s *SelectResults) Read(b []byte) (n int, err error) { |