Class ByteArrayByteSupplier

java.lang.Object
cool.scx.io.supplier.ByteArrayByteSupplier
All Implemented Interfaces:
ByteSupplier, AutoCloseable

public final class ByteArrayByteSupplier extends Object implements ByteSupplier
ByteArrayByteSupplier
Version:
0.0.1
Author:
scx567888
  • Constructor Details

    • ByteArrayByteSupplier

      public ByteArrayByteSupplier(Collection<byte[]> byteArrays)
    • ByteArrayByteSupplier

      public ByteArrayByteSupplier(byte[]... byteArrays)
  • Method Details