getHeaderLength method

int getHeaderLength()

Get the length of the header

@return The length of the header in bytes.

Implementation

int getHeaderLength() {
  return headerLength;
}