| Package | Description |
|---|---|
| com.bynder.sdk.service.amazons3 | |
| com.bynder.sdk.util |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Completable |
AmazonS3Service.uploadPartToAmazon(Indexed<byte[]> chunk,
String filename,
int numberOfChunks,
MultipartParameters multipartParams)
Uploads a file part to Amazon S3.
|
io.reactivex.Completable |
AmazonS3ServiceImpl.uploadPartToAmazon(Indexed<byte[]> chunk,
String filename,
int numberOfChunks,
MultipartParameters multipartParams)
Check
AmazonS3Service for more information. |
| Modifier and Type | Method and Description |
|---|---|
static <T> io.reactivex.Observable<Indexed<T>> |
RXUtils.mapWithIndex(io.reactivex.Observable<T> observable)
Adds an index to each emitted item in an observable, starting from 0.
|
static <T> io.reactivex.Observable<Indexed<T>> |
RXUtils.mapWithIndex(io.reactivex.Observable<T> observable,
int startFrom)
Adds an index to each emitted item in an observable.
|
Copyright © 2022. All rights reserved.