Class FillByteArrayByteConsumer

java.lang.Object
cool.scx.io.consumer.FillByteArrayByteConsumer
All Implemented Interfaces:
ByteConsumer<RuntimeException>

public final class FillByteArrayByteConsumer extends Object implements ByteConsumer<RuntimeException>
FillByteArrayByteConsumer
Version:
0.0.1
Author:
scx567888
  • Constructor Details

    • FillByteArrayByteConsumer

      public FillByteArrayByteConsumer(byte[] data)
    • FillByteArrayByteConsumer

      public FillByteArrayByteConsumer(byte[] data, int position, int length)
  • Method Details