Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
ostream_t Struct Reference

Data Fields

u8ptr
 
size_t len
 

Detailed Description

The implementations for these functions can be found at the bottom of this file. They implement low-level functionality needed for the higher level decompression functions. ostream_t/istream_t are used to wrap the pointers/length data passed into ZSTD_decompress, so that all IO operations are safely bounds checked They are written/read forward, and reads are treated as little-endian They should be used opaquely to ensure safety

Field Documentation

◆ len

size_t len

◆ ptr

u8 * ptr

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