Class BoundaryByteSupplier
java.lang.Object
cool.scx.bytes.supplier.BoundaryByteSupplier
- All Implemented Interfaces:
ByteSupplier
-
Constructor Summary
ConstructorsConstructorDescriptionBoundaryByteSupplier(IByteReader dataReader, byte[] boundaryBytes) BoundaryByteSupplier(IByteReader dataReader, byte[] boundaryBytes, int bufferLength) -
Method Summary
-
Constructor Details
-
BoundaryByteSupplier
-
BoundaryByteSupplier
-
-
Method Details
-
get
Description copied from interface:ByteSupplier获取数据 如果没有数据请返回 null- Specified by:
getin interfaceByteSupplier- Returns:
- 数据节点 或 null
- Throws:
ByteSupplierException
-