# File tar.rb, line 330 330: def get_output_stream 331: @contents = "" unless @contents 332: return StringOutputStream.new( @contents ) 333: end