(protected upstream: LazyIterator<Uint8Array>)
| 50 | private impl: Utf8IteratorImpl; |
| 51 | |
| 52 | constructor(protected upstream: LazyIterator<Uint8Array>) { |
| 53 | super(); |
| 54 | this.impl = new Utf8IteratorImpl(upstream); |
| 55 | } |
| 56 | |
| 57 | summary() { |
| 58 | return this.impl.summary(); |
nothing calls this directly
no outgoing calls
no test coverage detected