# File lib/stream.rb, line 214
        def initialize (otherStream)
          @wrapped_stream = otherStream
        end