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

No way to query compression level from a GzipInputStream/Header #20

Open
headius opened this issue Oct 21, 2016 · 0 comments
Open

No way to query compression level from a GzipInputStream/Header #20

headius opened this issue Oct 21, 2016 · 0 comments

Comments

@headius
Copy link

headius commented Oct 21, 2016

I could not find a way to get the compression level of a given incoming gzip-compressed data stream. Perhaps I missed something?

io = new GzipInputStream(my data);
io.readHeader();
io.????; // how to query the stream for compression level?
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

No branches or pull requests

1 participant