# File lib/stream.rb, line 345
        def initialize (otherStream, &mapping)
          super otherStream
          @mapping = mapping
        end