Public Member Functions | Protected Attributes

S3GetObjectResponse Class Reference

Contains the response from a getObject operation. More...

#import <S3GetObjectResponse.h>

Inherits S3Response.

Inherited by S3GetObjectMetadataResponse.

List of all members.

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

Detailed Description

Contains the response from a getObject operation.


Member Function Documentation

- (NSString * S3GetObjectResponse.)getMetadataForKey: (NSString *)  aKey  

Get the value for a user-defined metadata key.

Parameters:
aKey The key of the metadata.
Returns:
The metadata value corresponding to the supplied key.
- (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.


The documentation for this class was generated from the following file: