Bz2BitWriter constructor Null safety

Bz2BitWriter(
  1. OutputStream output
)

Implementation

Bz2BitWriter(this.output);