Hello Antonio,
is there any way to reset a LZ_Decoder? (I asked a similar question
about a week ago)
Assume the buffers and flags of an LZ_Decoder are filled with some
kind of data, but for some reason (for instance a stream corruption)
you want forward up to the next member and start decompression from
there. Thus instead of destroying and recreating a LZ_Decoder, a
useful function would be to somehow clear the buffers and reset the
internal flags to a state equivalent to a decoder just after creation,
say LZ_decompress_reset(struct LZ_Decoder* decoder);
Regards, Jacob


_______________________________________________
Lzip-bug mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lzip-bug

Reply via email to