getBytes method

List<int> getBytes()

Get the decompressed data.

Implementation

List<int> getBytes() {
  return output.getBytes() as List<int>;
}