bio.core.bgzf.compress

Undocumented in source.

Members

Functions

bgzfCompress
ubyte[] bgzfCompress(ubyte[] chunk, int level, ubyte[] buffer)

Returns BGZF block containing compressed chunk. If buffer is provided, it will be used for storing the block.

Meta