Contains the response from a getObject operation. More...
#import <S3GetObjectResponse.h>
Inherits S3Response.
Inherited by S3GetObjectMetadataResponse.
Public Member Functions | |
(NSString *) | - getMetadataForKey: |
Get the value for a user-defined metadata key. | |
(void) | - setOutputStream: |
Set the output stream for the response data. | |
Protected Attributes | |
NSMutableDictionary * | metadata |
NSOutputStream * | outputStream |
Contains the response from a getObject operation.
- (NSString * S3GetObjectResponse.)getMetadataForKey: | (NSString *) | aKey |
Get the value for a user-defined metadata key.
aKey | The key of the metadata. |
- (void S3GetObjectResponse.)setOutputStream: | (NSOutputStream *) | stream |
Set the output stream for the response data.
If this is set, then the response will write the data to the supplied stream instead of making it available through the data property.