Inflate.buffer constructor Null safety
- InputStreamBase input,
- [int? uncompressedSize]
Implementation
Inflate.buffer(this.input, [int? uncompressedSize])
: output = OutputStream(size: uncompressedSize) {
inputSet = true;
_inflate();
}
Inflate.buffer(this.input, [int? uncompressedSize])
: output = OutputStream(size: uncompressedSize) {
inputSet = true;
_inflate();
}