# File tar.rb, line 323
323:     def get_input_stream
324:       raise "not a modifiable entity" if @file.nil?
325:       raise "entity is of a type that has no content" if not file?
326:       return InputStream.new( @file, @position, @header.size )
327:     end