Make unzipBlock in BlockGunzipper public. #650

Merged
merged 1 commit into from Jun 24, 2016

Conversation

Projects
None yet
3 participants
Contributor

nh13 commented Jun 24, 2016

This is a simple change to expose the unzipBlock method, and is useful for folks that are de-compressing gzip blocks, for example specialty tools built for BAM files.

@tfenne @akiezun care to take a look?

@nh13 nh13 Make unzipBlock in BlockGunzipper public.
03d2372

Coverage Status

Coverage remained the same at 68.412% when pulling 03d2372 on nh_make_gunzipper_public into 2e26fe8 on master.

Owner

tfenne commented Jun 24, 2016

Seems silly that the class was public but that the main method on it was not. Merging!

@tfenne tfenne merged commit ec44a54 into master Jun 24, 2016

3 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
coverage/coveralls Coverage remained the same at 68.412%
Details

nh13 deleted the nh_make_gunzipper_public branch Jun 24, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment