Class ByteChannelDataSupplier
java.lang.Object
cool.scx.io.data_supplier.ByteChannelDataSupplier
- All Implemented Interfaces:
DataSupplier
-
Constructor Summary
ConstructorsConstructorDescriptionByteChannelDataSupplier(ReadableByteChannel dataChannel) ByteChannelDataSupplier(ReadableByteChannel dataChannel, boolean compress) ByteChannelDataSupplier(ReadableByteChannel dataChannel, int bufferLength) ByteChannelDataSupplier(ReadableByteChannel dataChannel, int bufferLength, boolean compress) -
Method Summary
-
Constructor Details
-
ByteChannelDataSupplier
-
ByteChannelDataSupplier
-
ByteChannelDataSupplier
-
ByteChannelDataSupplier
-
-
Method Details
-
get
Description copied from interface:DataSupplier获取数据 如果没有数据请返回 null- Specified by:
getin interfaceDataSupplier- Returns:
- 数据节点 或 null
-