public class RequestJsonFactory extends Object
构造器和说明 |
---|
RequestJsonFactory() |
限定符和类型 | 方法和说明 |
---|---|
static byte[] |
convertToJsonByteArray(List<PartETag> partETags)
Converts the specified list of PartETags to an Json fragment that can be
sent to the CompleteMultipartUpload operation of Amazon S3.
|
public static byte[] convertToJsonByteArray(List<PartETag> partETags)
partETags
- The list of part ETags containing the data to include in the
new XML fragment.Copyright © 2016. All rights reserved.