D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
perl-IO-Compress
/
compress-zlib
/
Filename :
filtinf
back
Copy
#!/usr/bin/perl use strict ; use warnings ; use Compress::Zlib ; my $x = inflateInit() or die "Cannot create a inflation stream\n" ; my $input = '' ; binmode STDIN; binmode STDOUT; my ($output, $status) ; while (read(STDIN, $input, 4096)) { ($output, $status) = $x->inflate(\$input) ; print $output if $status == Z_OK or $status == Z_STREAM_END ; last if $status != Z_OK ; } die "inflation failed\n" unless $status == Z_STREAM_END ;
Name
Size
Last Modified
Owner
Permissions
Actions
filtdef
0.427
KB
October 13 2019 9:48:19
root
0644
filtinf
0.459
KB
October 13 2019 9:48:19
root
0644
gzcat
0.483
KB
October 13 2019 9:48:19
root
0644
gzgrep
0.452
KB
October 13 2019 9:48:19
root
0644
gzstream
0.307
KB
October 13 2019 9:48:19
root
0644
2017 © D7net | D704T team