Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add xz_java package #2848

Merged
merged 1 commit into from Nov 8, 2018
Merged

Add xz_java package #2848

merged 1 commit into from Nov 8, 2018

Conversation

JL2210
Copy link
Contributor

@JL2210 JL2210 commented Nov 7, 2018

This aims to be a complete implementation of XZ data compression
in pure Java. Features:
  - Full support for the .xz file format specification version 1.0.4
  - Single-threaded streamed compression and decompression
  - Single-threaded decompression with limited random access support
  - Raw streams (no .xz headers) for advanced users, including LZMA2
    with preset dictionary

Threading is planned but it is unknown when it will be implemented.

Tested on:

  • x86_64

packages/xz_java.rb Outdated Show resolved Hide resolved
@uberhacker
Copy link
Collaborator

Thank you for the new package @JL2210.

packages/xz_java.rb Outdated Show resolved Hide resolved
@JL2210
Copy link
Contributor Author

JL2210 commented Nov 8, 2018

I need to add and document one more option: -c,--stdout

Add dependencies

Update documentation

Add options -c,--stdout and document
@JL2210
Copy link
Contributor Author

JL2210 commented Nov 8, 2018

Done.

@uberhacker uberhacker merged commit c0a6c80 into chromebrew:master Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants