Oleh Ponomarenko
12/03/2019, 8:21 AMval chunks = data.asIterable().chunked(CHUNK_SIZE)
For example, I need an index (from original array) of first byte in second chunk.Matthieu Esnault
12/03/2019, 8:26 AMi * CHUNK_SIZE + j
Oleh Ponomarenko
12/03/2019, 8:43 AM