-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Description
I'm working on a library to do random access in xz files with multiple blocks. I would love to use your library to do the heavy lifting instead of reinventing the wheel. I need to use some of the internal pieces though, including the blockReader
Line 261 in 067145b
type blockReader struct { |
Would you be open to a PR which refactors things so your original package keeps the same public interface but uses a new ulikunitz/xz/lib/xzinternals
which makes public some of these currently private structs?