Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
NullEncoder
Last updated at 2:16 pm UTC on 1 October 2017
NullEncoder is the root class of a hierarchy of pipes to be used in a pipe and filter architecture style.
https://www.youtube.com/watch?v=kHG_zw75SjE 12:00

 Object subclass: #NullEncoder
	instanceVariableNames: 'target filterSelector'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Morphic-Support'
Superclass of
    FlattenEncoder
        Canvas
            PostscriptCanvas
NullEncoder_as_a_FilterStream_2017-10-01.png
FilterStream_pipe_2017-10-01.png