Read one line from a BGZF file. It is faster than bgzf_getc()
@param fp BGZF file handler @param delim delimitor @param str string to write to; must be initialized @return length of the string; -1 on end-of-file; <= -2 on error
See Implementation
Read one line from a BGZF file. It is faster than bgzf_getc()
@param fp BGZF file handler @param delim delimitor @param str string to write to; must be initialized @return length of the string; -1 on end-of-file; <= -2 on error