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

Author

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

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

Detailed Description

       The header file for BackBuffer

       Definition in file backbuffer.h.

Name

       backbuffer.h

Synopsis

       #include 'zipios++/zipios-config.h'
       #include <algorithm>
       #include 'zipios++/meta-iostreams.h'
       #include <vector>
       #include 'zipios++/fcollexceptions.h'
       #include 'zipios++/ziphead.h'
       #include 'zipios++/zipheadio.h'
       #include 'zipios++/virtualseeker.h'
       #include 'zipios_common.h'

   Classes
       class zipios::BackBuffer
           A BackBuffer instance is useful for reading the last part of a file in an efficient manner, when it
           is not known exactly how far back (towards the front!) to go, to find the start of the desired data
           block.

See Also