Interface ByteSupplier
- All Known Implementing Classes:
BoundaryByteSupplier,BufferedByteChannelByteSupplier,BufferedInputStreamByteSupplier,ByteArrayByteSupplier,ByteChannelByteSupplier,InputStreamByteSupplier,SequenceByteSupplier
public interface ByteSupplier
数据生产者
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
-
Method Details
-
get
获取数据 如果没有数据请返回 null- Returns:
- 数据节点 或 null
- Throws:
ByteSupplierException
-