BufferedFilter |
A buffered filter is one that doesn't modify the source data
|
Document |
A representation of an individual EmPy document, as used by a
|
DroppingFilter |
A filter which drops any chunks that match the provided list of
|
FunctionFilter |
A filter that works simply by pumping its input through a
|
LineBufferedFilter |
A line-buffered filter only lets data through when it sees
|
MaximallyBufferedFilter |
A maximally-buffered filter only lets its data through on the
|
NullFilter |
A filter that never sends any output to its sink.
|
SizeBufferedFilter |
A size-buffered filter only in fixed size chunks (excepting the
|
SplittingFilter |
A filter that splits the output stream n ways.
|
StringFilter |
A filter that takes a translation string (256 characters) and
|