close 抽象方法

Future close()
覆盖

关闭目标消费者。

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

实现

Future close();