InvalidHeaderException constructor

InvalidHeaderException(
  1. int expectedBytes,
  2. int actualBytes
)

Implementation

InvalidHeaderException(this.expectedBytes, this.actualBytes);