bgzf_useek

Position BGZF at the uncompressed offset

@param fp BGZF file handler; must be opened for reading @param uoffset file offset in the uncompressed data @param where must be SEEK_SET

Returns 0 on success and -1 on error.

@note It is not permitted to seek on files open for writing, or files compressed with gzip (as opposed to bgzip).

extern (C)
int
bgzf_useek
(,
off_t uoffset
,
int where
)

Meta