Class S3ObjectsChunk

java.lang.Object
org.jets3t.service.StorageObjectsChunk
org.jets3t.service.S3ObjectsChunk

@Deprecated public class S3ObjectsChunk extends StorageObjectsChunk
Deprecated.
0.8.0 use StorageObjectsChunk instead.
Stores a "chunk" of S3Objects returned from a list command - this particular chunk may or may not include all the objects available in a bucket. This class contains an array of objects and a the last key name returned by a prior call to the method StorageService.listObjectsChunked(String, String, String, long, String).
Author:
James Murty