Convert::yEnc::RC 1.02 review

Download
by rbytes.net on

Convert::yEnc::RC is a Perl module for yEnc file-part database. SYNOPSIS use Convert::yEnc::RC; $rc = new

License: Perl Artistic License
File size: 55K
Developer: Steven W McDougall
0 stars award from rbytes.net

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);

ABSTRACT

yEnc file-part database

A 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 1.02 keywords