NVBIO
|
A utility wrapper to cache a window of a packed-string and present a wrapper string iterator to the cached entries. NOTE: the default implementation doesn't actually perform any caching.
StorageIterator | the underlying stream of words used to hold the packed stream (e.g. uint32, uint4) |
SYMBOL_SIZE_T | the number of bits needed for each symbol |
BIG_ENDIAN_T | the "endianness" of the words: if true, symbols will be packed from right to left within each word |
Tag | a tag to specify the type of cache at compile-time |
Definition at line 64 of file packedstream_loader.h.
#include <packedstream_loader.h>