bio2.bgzf_writer

Undocumented in source.

Members

Aliases

BlockWriteHandler
alias BlockWriteHandler = void delegate(ubyte[], ubyte[])
Undocumented in source.

Functions

bgzfCompressFunc
Tuple!(ubyte[], ubyte[], BlockWriteHandler) bgzfCompressFunc(ubyte[] input, int level, ubyte[] output_buffer, BlockWriteHandler handler)

Convenience function for Taskpool handler

Structs

BgzfWriter
struct BgzfWriter

BGZF compression - this is a port of the original that used the undead.stream library.

Meta