Class ByteChannelByteSupplier
java.lang.Object
cool.scx.bytes.supplier.ByteChannelByteSupplier
- All Implemented Interfaces:
ByteSupplier
ByteChannelByteSupplier
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
ConstructorsConstructorDescriptionByteChannelByteSupplier(ReadableByteChannel dataChannel) ByteChannelByteSupplier(ReadableByteChannel dataChannel, boolean compress) ByteChannelByteSupplier(ReadableByteChannel dataChannel, int bufferLength) ByteChannelByteSupplier(ReadableByteChannel dataChannel, int bufferLength, boolean compress) -
Method Summary
-
Constructor Details
-
ByteChannelByteSupplier
-
ByteChannelByteSupplier
-
ByteChannelByteSupplier
-
ByteChannelByteSupplier
-
-
Method Details
-
get
Description copied from interface:ByteSupplier如果没有数据请返回 null- Specified by:
getin interfaceByteSupplier- Throws:
ByteSupplierException
-