LZX blocks in file chunks
Posted: Sat Feb 17, 2018 11:11 am
Hi,
any chance someone here could tell me how exactly are LZX file chunks supposed to be extracted? So far I'm able to divide a file chunk into blocks which are supposed to expand to the size of 32768 B but once those are fed into a decompressor their type happens to be read as 5 (instead of 1-3) and thus the data is considered invalid.
I understand that this may not be the best place to post this question as it's more about rolling my own solution than using wimlib but I thought I'd give it a shot. Thank you very much.
any chance someone here could tell me how exactly are LZX file chunks supposed to be extracted? So far I'm able to divide a file chunk into blocks which are supposed to expand to the size of 32768 B but once those are fed into a decompressor their type happens to be read as 5 (instead of 1-3) and thus the data is considered invalid.
I understand that this may not be the best place to post this question as it's more about rolling my own solution than using wimlib but I thought I'd give it a shot. Thank you very much.