UncompressedData constructor

UncompressedData(
  1. int data,
  2. int dataLength
)

Implementation

UncompressedData(this.data, this.dataLength);