OutputStream<T> constructor

OutputStream<T>(
  1. OutputStreamType type,
  2. Encoding _encoding,
  3. bool stringData,
  4. int limit,
  5. OutputReadyFunction outputReadyFunction,
  6. Completer<bool> anyOutputReadyCompleter,
)

Implementation

OutputStream(this.type, this._encoding, this.stringData, this.limit,
    this.outputReadyFunction, this.anyOutputReadyCompleter);