hts_hopen

! @abstract Open an existing stream as a SAM/BAM/CRAM/VCF/BCF/etc file @param fn The already-open file handle @param mode Open mode, as per hts_open()

extern (C)
hts_hopen
(,
const(char)* fn
,
const(char)* mode
)

Meta