Who owns the OCI object-storage GetObjectResponse.InputStream resource?
Do I need to explicitly close the stream? There is no information about this in the API doc.
Who owns the OCI object-storage GetObjectResponse.InputStream resource?
Do I need to explicitly close the stream? There is no information about this in the API doc.
Copyright © 2021 Jogjafile Inc.
As Char stated, the InputStream is "owned" by you, requiring you to open/close it.