GenomicDataStream
A scalable interface between data and analysis
Loading...
Searching...
No Matches
ZSTD_inBuffer_s Struct Reference

#include <zstd.h>

Public Attributes

const void * src
size_t size
size_t pos

Member Data Documentation

◆ pos

size_t ZSTD_inBuffer_s::pos

position where reading stopped. Will be updated. Necessarily 0 <= pos <= size

◆ size

size_t ZSTD_inBuffer_s::size

size of input buffer

◆ src

const void* ZSTD_inBuffer_s::src

start of input buffer


The documentation for this struct was generated from the following file: