POE::Filter::Stream - POE Stream Protocol Abstraction


NAME

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


SUPPORTED PLATFORMS

This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.

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.

 POE::Filter::Stream - POE Stream Protocol Abstraction