UPdfInflater constructor

UPdfInflater(
  1. Uint8List _input, {
  2. int start = 0,
})

Implementation

UPdfInflater(this._input, {int start = 0}) : _pos = start;