getHeader method

DbaseFileHeader getHeader()

Get the header from this file. The header is read upon instantiation.

@return The header associated with this file or null if an error occurred.

Implementation

DbaseFileHeader getHeader() {
  return header!;
}