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