Convert::yEnc::RC

Convert::yEnc::RC is a Perl module for yEnc file-part database.
Download

Convert::yEnc::RC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steven W McDougall
  • Publisher web site:
  • http://search.cpan.org/~swmcd/Convert-yEnc-1.02/lib/Convert/yEnc/Decoder.pm

Convert::yEnc::RC Tags


Convert::yEnc::RC Description

Convert::yEnc::RC is a Perl module for yEnc file-part database. Convert::yEnc::RC is a Perl module for yEnc file-part database.SYNOPSIS use Convert::yEnc::RC; $rc = new Convert::yEnc::RC; $rc = new Convert::yEnc::RC $file; $ok = $rc->load; $ok = $rc->load($file); $ok = $rc->update ($line); @files = $rc->files; @complete = $rc->complete; $complete = $rc->complete($fileName); $entry = $rc->entry ($fileName); $ok = $rc->drop ($fileName); $rc->save; $rc->save($file);ABSTRACTyEnc file-part databaseA Convert::yEnc::RC object manages a database of yEnc file parts.Applications pass the =ybegin, =ypart, and =yend lines from yEncoded files to the object, and it keeps track of the files, parts and bytes as they are received. The object reports errors if the sequence of =y lines is inconsistent.Applications can query the object to find out what files, parts, and bytes have been received, and whether a given file is complete.The database can be be saved to and restored from disk. Requirements: · Perl


Convert::yEnc::RC Related Software