Class BufferedByteChannelByteSupplier
java.lang.Object
cool.scx.bytes.supplier.BufferedByteChannelByteSupplier
- All Implemented Interfaces:
ByteSupplier
BufferedByteChannelByteSupplier
- 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- Throws:
ByteSupplierException
-