TiffEntry constructor
TiffEntry(
- int tag,
- int type,
- int numValues,
- InputBuffer p,
Implementation
TiffEntry(this.tag, this.type, this.numValues, this.p);
TiffEntry(this.tag, this.type, this.numValues, this.p);