Help for this page

Select Code to Download


  1. or download this
    struct fqz {
    public:
    ...
        int decode(int in_fd, int out_fd);
    
    }
    
  2. or download this
    my $fh = Compress::FQZ::Reader->new($fn);
    
    ...
    while ($foo) {
        print {$fh} $bar;
    }