POE::Filter::Stream - pass through data unchanged |
POE::Filter::Stream - pass through data unchanged (a do-nothing filter)
$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);
This filter passes data through unchanged.
POE::Filter.
The SEE ALSO section in POE contains a table of contents covering the entire POE distribution.
Oh, probably some.
Please see POE for more information about authors and contributors.
POE::Filter::Stream - pass through data unchanged |