com.amazon.s3
Class S3Object

java.lang.Object
  extended bycom.amazon.s3.S3Object

public class S3Object
extends java.lang.Object

A representation of a single object stored in S3.


Field Summary
 byte[] data
           
 java.util.Map metadata
          A Map from String to List of Strings representing the object's metadata
 
Constructor Summary
S3Object(byte[] data, java.util.Map metadata)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public byte[] data

metadata

public java.util.Map metadata
A Map from String to List of Strings representing the object's metadata

Constructor Detail

S3Object

public S3Object(byte[] data,
                java.util.Map metadata)