Class ByteArrayByteSupplier
java.lang.Object
cool.scx.bytes.supplier.ByteArrayByteSupplier
- All Implemented Interfaces:
ByteSupplier
ByteArrayByteSupplier
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
ConstructorsConstructorDescriptionByteArrayByteSupplier(byte[] byteArray) ByteArrayByteSupplier(byte[]... byteArrays) ByteArrayByteSupplier(Collection<byte[]> byteArrays) -
Method Summary
-
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- Returns:
- 数据节点 或 null
-