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