Go to the documentation of this file.
57 #ifndef __LREZ_GZ_INDEX__
58 #define __LREZ_GZ_INDEX__
72 #define WINSIZE 32768U
152 int extract(
string gzFile,
struct access *index, off_t offset,
unsigned char *buf,
int len);
int buildGzIndex(string gzFile, off_t span, struct access **built)
void freeGzIndex(struct access *index)
string extractFastqReadFromOffset(FILE *in, struct access *index, off_t offset)
void serializeGzIndex(struct access *index, string outputFile)
int buildGzIndex_Stream(FILE *in, off_t span, struct access **built)
int extract(string gzFile, struct access *index, off_t offset, unsigned char *buf, int len)
struct access * deserializeGzIndex(struct access *index, string inputFile)
int extract_Stream(FILE *in, struct access *index, off_t offset, unsigned char *buf, int len)