@OptIn(ExperimentalForeignApi::class)
count[i] += count[i - 1];
,详情可参考Line官方版本下载
tee() splits a stream into two branches. It seems straightforward, but the implementation requires buffering: if one branch is read faster than the other, the data must be held somewhere until the slower branch catches up.
deflate.push(new Uint8Array(0), true);