class EsriShapefile::RecordHeader

The header for each record stores the record number and content length for the record. Record headers have a fixed length of 8 bytes. The list of fields shows the fields in the record header with their byte position, type, and byte order. The field position is with respect to the start of the record.

Public Instance Methods

content_length_bytes() click to toggle source
# File lib/esri_shapefile/models/record_header.rb, line 23
def content_length_bytes
  content_length * 2
end