
Public Member Functions | |
| GetResponse (HttpURLConnection connection) throws IOException | |
Public Attributes | |
| S3Object | object |
Static Package Functions | |
| static byte[] | slurpInputStream (InputStream stream) throws IOException |
Private Member Functions | |
| Map | extractMetadata (HttpURLConnection connection) |
| GetResponse | ( | HttpURLConnection | connection | ) | throws IOException |
Pulls a representation of an S3Object out of the HttpURLConnection response.
| Map extractMetadata | ( | HttpURLConnection | connection | ) | [private] |
Examines the response's header fields and returns a Map from String to List of Strings representing the object's metadata.
| static byte [] slurpInputStream | ( | InputStream | stream | ) | throws IOException [static, package] |
Read the input stream and dump it all into a big byte array
1.5.8