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 interoperable input/output streams #77

Closed
wants to merge 5 commits into from
Closed

Conversation

gyscos
Copy link

@gyscos gyscos commented Dec 30, 2015

Add LZ4CompatibleInputStream and LZ4CompatibleOutputStream.

They both use JNI bindings to lz4frame to read/write streams compatible with other tools, like the lz4 cli program.

Fixes #21

@gyscos
Copy link
Author

gyscos commented Dec 30, 2015

(The PR appear to include some commits that were already merged into master when I forked, not sure what happened there)

Uses JNI to read from/write to a stream in an interoperable way.
Should be able to work with files compressed with the lz4 cli tool.
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

3 participants