POE::Filter::Stream - pass through data unchanged


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.

 POE::Filter::Stream - pass through data unchanged