hts_set_cache_size

! @abstract Adds a cache of decompressed blocks, potentially speeding up seeks. This may not work for all file types (currently it is bgzf only). @param fp The file handle @param n The size of cache, in bytes

extern (C)
void
hts_set_cache_size
(,
int n
)

Meta