Lines Matching full:raw
39 use_ok('Compress::Raw::Bzip2') ;
82 eval { new Compress::Raw::Bzip2(1,2,3,4,5,6) };
83 like $@, mkErr "Usage: Compress::Raw::Bzip2::new(className, appendOut=1, blockSize100k=1, workfactor=0, verbosity=0)";
97 ok( ($x, $err) = new Compress::Raw::Bzip2(0), "Create bzdeflate object" );
98 ok $x, "Compress::Raw::Bzip2 ok" ;
129 ok(($k, $err) = new Compress::Raw::Bunzip2(0, 0));
130 ok $k, "Compress::Raw::Bunzip2 ok" ;
160 ok my ($x, $err) = new Compress::Raw::Bzip2 (1) ;
174 ok(($k, $err) = new Compress::Raw::Bunzip2(1, 0) );
203 ok my ($x, $err) = new Compress::Raw::Bzip2 (1) ;
223 ok(($k, $err) = new Compress::Raw::Bunzip2( {-Bufsize => 1, -AppendOutput =>1}));
251 ok my ($x, $err) = new Compress::Raw::Bzip2(0) ;
273 ok(($k, $err) = new Compress::Raw::Bunzip2(0, 0) );
284 ok (($k, $err) = new Compress::Raw::Bunzip2(1, 0)) ;
307 ok my $x = new Compress::Raw::Bzip2(0) ;
314 ok my $k = new Compress::Raw::Bunzip2(0, $consume) ;
345 ok my $k = new Compress::Raw::Bunzip2(0, 1) ;
349 like $@, mkErr("Compress::Raw::Bunzip2::bzinflate input parameter cannot be read-only when ConsumeInput is specified");
361 # https://github.com/pmqs/Compress-Raw-Bzip2/issues/13
368 ok my $x = new Compress::Raw::Bzip2(1) ;
379 ok my $k = new Compress::Raw::Bunzip2(1, 1) ;
402 ok( ($x, $err) = new Compress::Raw::Bzip2 (0) );
424 ok(($k, $err) = new Compress::Raw::Bunzip2(1, 0) );
448 # https://github.com/pmqs/Compress-Raw-Bzip2/issues/13
457 ok my $x = new Compress::Raw::Bzip2 (1);
467 ok my $k = new Compress::Raw::Bunzip2 ( 1, 1);
477 ok $k = new Compress::Raw::Bunzip2 ( 1, 0);
491 # https://github.com/pmqs/Compress-Raw-Bzip2/issues/2
498 ok my $x = new Compress::Raw::Bzip2 ( {-AppendOutput => 1} );
504 ok my $k = new Compress::Raw::Bunzip2 ( {-AppendOutput => 1,
527 # https://github.com/pmqs/Compress-Raw-Bzip2/issues/2
546 ok my $x = new Compress::Raw::Bzip2 ( { -AppendOutput => 1 } );
552 ok my $k = new Compress::Raw::Bunzip2 ( {-AppendOutput => 1,
562 # https://github.com/pmqs/Compress-Raw-Bzip2/issues/2
575 ok my $x = new Compress::Raw::Bzip2 ( {-AppendOutput => 1 });
581 ok my $k = new Compress::Raw::Bunzip2 ( {-AppendOutput => 1,
598 ok( ($x, $err) = new Compress::Raw::Bzip2 (1) );
618 ok(($k, $err) = new Compress::Raw::Bunzip2(1, 0) );
644 ok( ($x, $err) = new Compress::Raw::Bzip2 (1) );
664 ok(($k, $err) = new Compress::Raw::Bunzip2(1, 0) );