BioJulia / Libz.jl

Fast, flexible zlib bindings.
Other
27 stars 17 forks source link

Low-level APIs #33

Closed bicycle1885 closed 8 years ago

bicycle1885 commented 8 years ago

This pull request implements low-level APIs for the zlib library.

zlib_h.jl was removed and lowlevel.jl was introduced as a replacement. lowlevel.jl defines constants, wrapper functions for zlib and some utilities in Julian way.

I'm willing to use these APIs in BGZFStreams.jl and they will make it easier to control inflating/deflating processes.

codecov-io commented 8 years ago

Current coverage is 84.86%

Merging #33 into master will increase coverage by 2.07%

@@             master        #33   diff @@
==========================================
  Files             6          6          
  Lines           244        251     +7   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            202        213    +11   
+ Misses           42         38     -4   
  Partials          0          0          

Powered by Codecov. Last updated by 67f5f3c...67c6cc4

bicycle1885 commented 8 years ago

I will merge this and release a new version if no objections.