Class BoundaryByteSupplier
java.lang.Object
cool.scx.io.supplier.BoundaryByteSupplier
- All Implemented Interfaces:
ByteSupplier, AutoCloseable
BoundaryByteSupplier
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
ConstructorsConstructorDescriptionBoundaryByteSupplier(ByteInput byteInput, byte[] boundaryBytes) BoundaryByteSupplier(ByteInput byteInput, byte[] boundaryBytes, boolean autoClose) -
Method Summary
-
Constructor Details
-
BoundaryByteSupplier
-
BoundaryByteSupplier
-
-
Method Details
-
get
Description copied from interface:ByteSupplier如果没有数据请返回 null- Specified by:
getin interfaceByteSupplier- Throws:
AlreadyClosedExceptionScxIOExceptionNoMoreDataException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceByteSupplier- Throws:
Exception
-