!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.17 GB of 57.97 GB (22.72%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     inflateinputstreambuf_8h_source.html (13.92 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Zipios++: inflateinputstreambuf.h Source File
Zipios++
inflateinputstreambuf.h
Go to the documentation of this file.
1 #ifndef INFLATEINPUTSTREAMBUF_H
2 #define INFLATEINPUTSTREAMBUF_H
3 
4 #include "zipios++/zipios-config.h"
5 
6 #include "zipios++/meta-iostreams.h"
7 #include <vector>
8 
9 #include <zlib.h>
10 
12 
13 namespace zipios {
14 
15 using std::vector ;
16 
23 public:
31  explicit InflateInputStreambuf( streambuf *inbuf, int s_pos = -1, bool del_inbuf = false ) ;
32  virtual ~InflateInputStreambuf() ;
33 
39  bool reset( int stream_position = -1 ) ;
40 protected:
41  virtual int underflow() ;
42 private:
43  z_stream _zs ;
44  bool _zs_initialized ;
45  const int _invecsize ;
46  vector< char > _invec ;
47 protected: // FIXME: reconsider design?
48  const int _outvecsize ;
49  vector< char > _outvec ;
50 
51 private:
52 
55 
57  const InflateInputStreambuf &operator= ( const InflateInputStreambuf &src ) ;
58 
59 };
60 
61 
62 } // namespace
63 
64 
65 
66 #endif
67 
72 /*
73  Zipios++ - a small C++ library that provides easy access to .zip files.
74  Copyright (C) 2000 Thomas Søndergaard
75 
76  This library is free software; you can redistribute it and/or
77  modify it under the terms of the GNU Lesser General Public
78  License as published by the Free Software Foundation; either
79  version 2 of the License, or (at your option) any later version.
80 
81  This library is distributed in the hope that it will be useful,
82  but WITHOUT ANY WARRANTY; without even the implied warranty of
83  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
84  Lesser General Public License for more details.
85 
86  You should have received a copy of the GNU Lesser General Public
87  License along with this library; if not, write to the Free Software
88  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
89 */
InflateInputStreambuf(streambuf *inbuf, int s_pos=-1, bool del_inbuf=false)
InflateInputStreambuf constructor.
bool reset(int stream_position=-1)
Resets the zlib stream and purges input and output buffers.
InflateInputStreambuf is an input stream filter, that inflates the input from the attached input stre...
An input streambuf filter is a streambuf that filters the input it gets from the streambuf it is atta...

:: 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.0079 ]--