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 SEEK_SET supported atm

Returns 0 on success and -1 on error.

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

Meta