Class OutputStreamByteConsumer
java.lang.Object
cool.scx.io.consumer.OutputStreamByteConsumer
- All Implemented Interfaces:
ByteConsumer<IOException>
OutputStreamByteConsumer
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OutputStreamByteConsumer
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceByteConsumer<IOException>- Returns:
- needMore 是否需要更多数据
- Throws:
IOException
-
bytesWritten
public long bytesWritten()写入的总长度
-