POE::Filter::Stream.3pm

Langue: en

Autres versions - même langue

Version: 2006-06-18 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

POE::Filter::Stream - pass through data unchanged (a do-nothing filter)

SYNOPSIS

   $filter = POE::Filter::Stream->new();
   $arrayref_of_logical_chunks =
     $filter->get($arrayref_of_raw_chunks_from_driver);
   $arrayref_of_streamable_chunks_for_driver =
      $filter->put($arrayref_of_logical_chunks);
 
 

DESCRIPTION

This filter passes data through unchanged.

SEE ALSO

POE::Filter.

The SEE ALSO section in POE contains a table of contents covering the entire POE distribution.

BUGS

Oh, probably some.

AUTHORS & COPYRIGHTS

Please see POE for more information about authors and contributors.