Modify ↓
#15816 closed enhancement (fixed)
Add .xz additional to .bz2 which gets replaced more and more by xz
Reported by: | stoecker | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 18.01 |
Component: | Core | Version: | |
Keywords: | xz compression | Cc: |
Description
It seems there is and Java library for .xz support
Attachments (0)
Change History (10)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
Keywords: | xz compression added |
---|
comment:4 Changed 5 years ago by
Commons uses the tukaani classes as well.
There are a couple of warnings in tukaani. Can you have a look and maybe also if you find other necessary changes? I could load and store a xz.gpx file.
comment:6 Changed 5 years ago by
Milestone: | → 18.01 |
---|
comment:7 Changed 5 years ago by
Ah you beat me to it, I was coding the same thing :) I'm currently reworking OsmServerReader
methods to take a Compression
parameter instead of the several methods parse*Zip()
, parse*BZip2()
, etc.
Note: See
TracTickets for help on using
tickets.
It's already in Commons Compress, shouldn't be too difficult to add.