6 # pragma GCC diagnostic push
7 # pragma GCC diagnostic ignored "-Wunused-function"
146 #define FCI_READ(_fci,_buf,_len) _fci->proc_buf(_fci->data,_buf,_len)
147 #define FCI_CLOSE(_fci,_commit) { _fci->close(_fci->data,_commit); MemFree(_fci); }
252 const void* src_buf,
size_t src_len,
253 void* dst_buf,
size_t dst_size,
286 const void* src_buf,
size_t src_len,
287 void* dst_buf,
size_t dst_size,
299 # pragma GCC diagnostic pop
Include a standard set of the NCBI C++ Toolkit most basic headers.
EMethod
Compression/decompression methods.
@ eZip
ZLIB (raw zip data / DEFLATE method)
int32_t Int4
4-byte (32-bit) signed integer
Uint1 Boolean
bool replacment for C
C++ I/O stream wrappers to compress/decompress data on-the-fly.