zstd icon indicating copy to clipboard operation
zstd copied to clipboard

Add File Access Functions

Open bryceredd opened this issue 9 years ago • 5 comments

zlib offers a set of file access functions: gzopen, gzread, gzwrite, and about 20 others. Essentially, these are convenience wrappers which compress, buffer, and interact with the filesystem.

Would love to see this in zstd.

bryceredd avatar Jun 02 '16 18:06 bryceredd

Sure Bryce, it's a good point !

Cyan4973 avatar Jun 02 '16 20:06 Cyan4973

Indirectly relevant : in latest dev branch, @inikep added gz* access functions to zlib wrapper.

Cyan4973 avatar Dec 03 '16 00:12 Cyan4973

This thread is pretty old now. Is there still interest here @bryceredd?

bimbashrestha avatar Feb 04 '20 01:02 bimbashrestha

I believe I can use it. I was moving a project from zlib to zstd and we didn't want to maintain zlib dependency

alphanso avatar Aug 19 '22 13:08 alphanso

I would like to use this functionality (file access convenience functions for zstd files) for a large-scale project.

mrimer avatar Dec 04 '23 23:12 mrimer