![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Data Fields | |
u8 * | ptr |
size_t | len |
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
size_t len |
u8 * ptr |