Class BufferedByteChannelByteSupplier
java.lang.Object
cool.scx.bytes.supplier.BufferedByteChannelByteSupplier
- All Implemented Interfaces:
ByteSupplier
ByteChannelDataSupplier
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
ConstructorsConstructorDescriptionBufferedByteChannelByteSupplier(ReadableByteChannel dataChannel) BufferedByteChannelByteSupplier(ReadableByteChannel dataChannel, int bufferLength) -
Method Summary
-
Constructor Details
-
BufferedByteChannelByteSupplier
-
BufferedByteChannelByteSupplier
-
-
Method Details
-
get
Description copied from interface:ByteSupplier获取数据 如果没有数据请返回 null- Specified by:
getin interfaceByteSupplier- Returns:
- 数据节点 或 null
- Throws:
ByteSupplierException
-