bio.core.bgzf.outputstream

Undocumented in source.

Members

Aliases

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

Classes

BgzfOutputStream
class BgzfOutputStream

Class for BGZF compression

Functions

bgzfCompressFunc
Tuple!(ubyte[], ubyte[], BlockWriteHandler) bgzfCompressFunc(ubyte[] input, int level, ubyte[] output_buffer, BlockWriteHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta