Help Center/ Object Storage Service/ SDK Reference/ Java/ FAQs (SDK for Java)/ How Can I Perform a Download in Multipart Mode? (Java SDK)
Updated on 2025-01-24 GMT+08:00
How Can I Perform a Download in Multipart Mode? (Java SDK)
In a multipart download, you can specify the range of data to be downloaded. The procedure is as follows:
- You need to initialize an instance of ObsClient by using AK, SK, and endpoint.
- Specify the bucket name and object name to initialize GetObjectRequest. Call GetObjectRequest.setRangeStart and GetObjectRequest.setRangeEnd to set the start and end points of the object data to be downloaded.
- Call ObsClient.getObject to send the GetObjectRequest request in step 2 to download the data in multipart mode.
For details, see Downloading an Object - Range-Based (SDK for Java).
Parent topic: FAQs (SDK for Java)
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.