func headerSize() -> Int
Function headerSize() returns a length of a header in a dbf file, i.e. offset to the first record.
{
// your code
print( "Header Size = " + String(dbf.headerSize()) )
// your code
}