close 抽象方法

Future close()
override

关闭目标消费者。

注意:对 IOSink 的写入可能被缓冲,并且可能不会被 close() 调用刷新。为了刷新所有缓冲的写入,请在调用 close() 之前调用 flush()

实现

Future close();