Class BoundaryByteSupplier
java.lang.Object
cool.scx.bytes.supplier.BoundaryByteSupplier
- All Implemented Interfaces:
ByteSupplier,AutoCloseable
BoundaryByteSupplier
- Version:
- 0.0.1
- Author:
- scx567888
-
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- Throws:
ByteSupplierException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceByteSupplier- Throws:
IOException
-