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