Class SequenceByteSupplier
java.lang.Object
cool.scx.bytes.supplier.SequenceByteSupplier
- All Implemented Interfaces:
ByteSupplier, AutoCloseable
SequenceByteSupplier
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
ConstructorsConstructorDescriptionSequenceByteSupplier(ByteSupplier... dataSupplierList) SequenceByteSupplier(Collection<ByteSupplier> dataSupplierList) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ByteSupplier
close
-
Constructor Details
-
SequenceByteSupplier
-
SequenceByteSupplier
-
-
Method Details
-
get
Description copied from interface:ByteSupplier如果没有数据请返回 null- Specified by:
getin interfaceByteSupplier- Throws:
ByteSupplierException
-