logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

deflateoutputstreambuf.h

Author

       Generated automatically by Doxygen for Zipios++ from the source code.

Zipios++                                         Tue Mar 24 2020                     deflateoutputstreambuf.h(3)

Detailed Description

       Header file that defines DeflateOutputStreambuf.

       Definition in file deflateoutputstreambuf.h.

Name

       deflateoutputstreambuf.h

Synopsis

       #include 'zipios++/zipios-config.h'
       #include 'zipios++/meta-iostreams.h'
       #include <vector>
       #include <zlib.h>
       #include 'zipios++/filteroutputstreambuf.h'
       #include 'zipios++/ziphead.h'
       #include 'zipios++/zipios_defs.h'

   Classes
       class zipios::DeflateOutputStreambufDeflateOutputStreambuf is an output stream filter, that deflates the data that is written to it
           before it passes it on to the output stream it is attached to.

See Also