Class ByteChannelDataSupplier

java.lang.Object
cool.scx.io.ByteChannelDataSupplier
All Implemented Interfaces:
Supplier<LinkedDataReader.Node>

public class ByteChannelDataSupplier extends Object implements Supplier<LinkedDataReader.Node>
  • Constructor Details

    • ByteChannelDataSupplier

      public ByteChannelDataSupplier(ByteChannel dataChannel)
    • ByteChannelDataSupplier

      public ByteChannelDataSupplier(ByteChannel dataChannel, boolean compress)
    • ByteChannelDataSupplier

      public ByteChannelDataSupplier(ByteChannel dataChannel, int bufferLength)
    • ByteChannelDataSupplier

      public ByteChannelDataSupplier(ByteChannel dataChannel, int bufferLength, boolean compress)
  • Method Details