Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Public CustomGzipOutputStream #746
Conversation
coveralls
commented
Nov 20, 2016
|
|
lbergelson
merged commit 24c65a1
into
samtools:master
Nov 22, 2016
|
Thanks @lbergelson! |
magicDGS
referenced
this pull request
Feb 10, 2017
Merged
Make public constructors in CustomGzipOutputStream #798
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
magicDGS commentedNov 20, 2016
•
edited
Description
There is a
CustomGzipOutputStreamin HTSJDK for setting the compression level at construction, which is used inIOUtils.openGzipFileForWriting(File file, boolean append). But if you want to wrap anOutputStreamfrom other sources (like aPath) using theDefaults.COMPRESSION_LEVELor other compression, it is impossible to set unless this class is coded again.Checklist