!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/libzipios++-doc/html/   drwxr-xr-x
Free 13.14 GB of 57.97 GB (22.67%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     gzipoutputstreambuf_8h_source.html (14.39 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Zipios++: gzipoutputstreambuf.h Source File
Zipios++
gzipoutputstreambuf.h
Go to the documentation of this file.
1 #ifndef GZIPOUTPUTSTREAMBUF_H
2 #define GZIPOUTPUTSTREAMBUF_H
3 
4 #include "zipios++/zipios-config.h"
5 
6 #include <vector>
7 
8 #include <zlib.h>
9 
11 
12 namespace zipios {
13 
16 public:
17 
23  explicit GZIPOutputStreambuf( streambuf *outbuf, bool del_outbuf = false ) ;
24 
25  void setFilename( const string &filename );
26  void setComment( const string &comment );
27 
29  void close() ;
30 
32  void finish() ;
33 
35  virtual ~GZIPOutputStreambuf() ;
36 
37 protected:
38  virtual int overflow( int c = EOF ) ;
39  virtual int sync() ;
40 
41 private:
42  void writeHeader();
43  void writeTrailer();
44  void writeInt(uint32 i);
45 
46  std::string _filename;
47  std::string _comment;
48  bool _open ;
49 };
50 
51 
52 } // namespace
53 
54 
55 
56 #endif
57 
62 /*
63  Zipios++ - a small C++ library that provides easy access to .zip files.
64  Copyright (C) 2000 Thomas Søndergaard
65 
66  This library is free software; you can redistribute it and/or
67  modify it under the terms of the GNU Lesser General Public
68  License as published by the Free Software Foundation; either
69  version 2 of the License, or (at your option) any later version.
70 
71  This library is distributed in the hope that it will be useful,
72  but WITHOUT ANY WARRANTY; without even the implied warranty of
73  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
74  Lesser General Public License for more details.
75 
76  You should have received a copy of the GNU Lesser General Public
77  License along with this library; if not, write to the Free Software
78  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
79 */
virtual ~GZIPOutputStreambuf()
Destructor.
GZIPOutputStreambuf is a zip output streambuf filter.
GZIPOutputStreambuf(streambuf *outbuf, bool del_outbuf=false)
GZIPOutputStreambuf constructor.
DeflateOutputStreambuf is an output stream filter, that deflates the data that is written to it befor...
void finish()
Finishes the compression.

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0108 ]--