Compress :: bzip2

Interface naar BZIP2 Compressiebibliotheek
Download nu

Compress :: bzip2 Rangschikking & Samenvatting

Advertentie

  • Rating:
  • Vergunning:
  • Perl Artistic License
  • Prijs:
  • FREE
  • Naam uitgever:
  • Rob Janes
  • Uitgever website:
  • http://search.cpan.org/~arjay/

Compress :: bzip2 Tags


Compress :: bzip2 Beschrijving

Interface naar BZIP2 Compressiebibliotheek Compress :: bzip2 is een Perl-interface naar BZIP2 Compression Library.Synopsis Gebruik Compress :: BZIP2 QW (: ALL: Constant: Hulpprogramma's: GZIP); ($ bz, $ status) = bzdeflateinit (); ($ uit, $ Status) = $ BZ-> BZDEFLATE ($ buffer); ($ bz, $ status) = bzinflateinit (); ($ uit, $ Status) = $ BZ-> BZINFLATE ($ buffer); ($ uit, $ Status) = $ bz-> bzflush (); ($ uit, $ status) = $ bz-> bzclose (); $ DEST = MEMBZIP ($ SOURCE); ALIAS COMPRESS $ DEST = MEMBUNZIP ($ BRON); alias decomprimeren $ bz = comprimeren :: bzip2-> nieuw (); $ bz = bzopen ($ bestandsnaam of filehandle, $ modus); Alternatief, met $ BZ gemaakt door NIEUW (): $ BZ-> Bzopen ($ Bestandsnaam of Filehandle, $ MODE); $ bytesread = $ bz-> bzread ($ buffer ); $ bytesread = $ bz-> bzreadline ($ lijn); $ byteswritten = $ bz-> bzwrite ($ buffer ); $ Errstring = $ BZ-> BZERROR (); $ Status = $ BZ-> BZOF (); $ Status = $ BZ-> BZFLUSH (); $ Status = $ BZ-> BZCLOSE (); $ Status = $ bz-> bzsetparams ($ param => $ instelling); $ bz-> totaal_in (); $ bz-> totaal_out (); $ Verstring = $ BZ-> BZVERSIE (); $ Compress :: BZIP2 :: BZERRNOTH COMPRESSEN :: BZIP2 Module biedt een PERL-interface naar de BZIP2-compressiebibliotheek (zie "Auteur" voor details over waar u BZIP2 kunt krijgen). Een relevante subset van de door BZIP2 geleverde functionaliteit is beschikbaar in Compress :: bzip2.Alle stringparameters kunnen een scalaire of een scalaire referentie zijn. De module kan worden opgesplitst in twee algemene functionaliteiten, namelijk in-geheugencompressie / decompressie en Lees / Schrijf toegang tot BZIP2-bestanden. Elk van deze gebieden wordt hieronder afzonderlijk besproken. Vereisten: · Perl


Compress :: bzip2 Gerelateerde software