The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POE::Filter::Stream - POE Stream (Null) Protocol Abstraction

SYNOPSIS

  $filter = new POE::Filter::Stream();
  $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. It is a "null" filter.

SEE ALSO

POE::Filter; POE::Filter::HTTPD; POE::Filter::Line; POE::Filter::Reference; POE::Filter::Stream

BUGS

Oh, probably some.

AUTHORS & COPYRIGHTS

Please see the POE manpage.