Open oct-test opened 6 years ago
I would like to know at what stage of the iCloud backup download process, the LZFSE decompression algorithm is applied?
Check file called FileAssembler.java, specifically write(...) function which puts together file chunks and also uses LZFSEInputStream for decompression.
I would like to know at what stage of the iCloud backup download process, the LZFSE decompression algorithm is applied?