If you get the EntryStream yourself and do byte copying to another Stream in a loop, you should be able to insert whatever you'd like.
There are many ways to manage the decompression. The high level file copy methods are just the most common.
If you get the EntryStream yourself and do byte copying to another Stream in a loop, you should be able to insert whatever you'd like.
There are many ways to manage the decompression. The high level file copy methods are just the most common.