SharedInputStream constructor

SharedInputStream(
  1. Stream<List<int>> _source
)

Implementation

SharedInputStream(this._source);