Lines Matching defs:Compress

2 package Compress::Raw::Bzip2;
62 XSLoader::load('Compress::Raw::Bzip2', $XS_VERSION);
68 bootstrap Compress::Raw::Bzip2 $XS_VERSION ;
71 #sub Compress::Raw::Bzip2::new
81 #package Compress::Raw::Bunzip2 ;
83 #sub Compress::Raw::Bunzip2::new
93 sub Compress::Raw::Bzip2::STORABLE_freeze
99 sub Compress::Raw::Bzip2::STORABLE_thaw
105 sub Compress::Raw::Bunzip2::STORABLE_freeze
111 sub Compress::Raw::Bunzip2::STORABLE_thaw
118 package Compress::Raw::Bzip2;
127 Compress::Raw::Bzip2 - Low-Level Interface to bzip2 compression library
131 use Compress::Raw::Bzip2 ;
133 my ($bz, $status) = new Compress::Raw::Bzip2 [OPTS]
140 my ($bz, $status) = new Compress::Raw::Bunzip2 [OPTS]
145 my $version = Compress::Raw::Bzip2::bzlibversion();
149 C<Compress::Raw::Bzip2> provides an interface to the in-memory
152 Although the primary purpose for the existence of C<Compress::Raw::Bzip2>
153 is for use by the C<IO::Compress::Bzip2> and C<IO::Compress::Bunzip2>
159 =head2 ($z, $status) = new Compress::Raw::Bzip2 $appendOutput, $blockSize100k, $workfactor;
247 =head2 ($z, $status) = new Compress::Raw::Bunzip2 $appendOutput, $consumeInput, $small, $verbosity, $limitOutput;
330 =head2 my $version = Compress::Raw::Bzip2::bzlibversion();
360 L<https://github.com/pmqs/Compress-Raw-Bzip2/issues> (preferred) or
361 L<https://rt.cpan.org/Public/Dist/Display.html?Name=Compress-Raw-Bzip2>.
365 L<Compress::Zlib>, L<IO::Compress::Gzip>, L<IO::Uncompress::Gunzip>, L<IO::Compress::Deflate>, L<IO::Uncompress::Inflate>, L<IO::Compress::RawDeflate>, L<IO::Uncompress::RawInflate>, L<IO::Compress::Bzip2>, L<IO::Uncompress::Bunzip2>, L<IO::Compress::Lzma>, L<IO::Uncompress::UnLzma>, L<IO::Compress::Xz>, L<IO::Uncompress::UnXz>, L<IO::Compress::Lzip>, L<IO::Uncompress::UnLzip>, L<IO::Compress::Lzop>, L<IO::Uncompress::UnLzop>, L<IO::Compress::Lzf>, L<IO::Uncompress::UnLzf>, L<IO::Compress::Zstd>, L<IO::Uncompress::UnZstd>, L<IO::Uncompress::AnyInflate>, L<IO::Uncompress::AnyUncompress>
367 L<IO::Compress::FAQ|IO::Compress::FAQ>
375 See the module L<Compress::Bzip2|Compress::Bzip2>