Class FixedLengthByteSupplier

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

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

    • FixedLengthByteSupplier

      public FixedLengthByteSupplier(ByteInput byteInput, long maxLength)
  • Method Details