TiffEntry constructor

TiffEntry(
  1. int tag,
  2. int type,
  3. int numValues,
  4. InputBuffer p,
)

Implementation

TiffEntry(this.tag, this.type, this.numValues, this.p);