Class ByteArrayByteSupplier
java.lang.Object
cool.scx.io.supplier.ByteArrayByteSupplier
- All Implemented Interfaces:
ByteSupplier, AutoCloseable
ByteArrayByteSupplier
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
ConstructorsConstructorDescriptionByteArrayByteSupplier(byte[]... byteArrays) ByteArrayByteSupplier(Collection<byte[]> byteArrays) -
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
-
ByteArrayByteSupplier
-
ByteArrayByteSupplier
public ByteArrayByteSupplier(byte[]... byteArrays)
-
-
Method Details
-
get
Description copied from interface:ByteSupplier如果没有数据请返回 null- Specified by:
getin interfaceByteSupplier
-