# File test/backup/DOSFile.rb, line 85
        def contents_without_header
                file_length=contents[2]+contents[3]*256
                @contents[4..file_length+3]
        end