# File lib/NativeFileType.rb, line 113
def data_without_header
  @contents[header_length,@contents.length-header_length]
end