Class FixedLengthDataSupplier

java.lang.Object
cool.scx.http.x.http1.fixed_length.FixedLengthDataSupplier
All Implemented Interfaces:
cool.scx.bytes.supplier.ByteSupplier

public class FixedLengthDataSupplier extends Object implements cool.scx.bytes.supplier.ByteSupplier
  • Constructor Details

    • FixedLengthDataSupplier

      public FixedLengthDataSupplier(cool.scx.bytes.ByteReader dataReader, long maxLength)
  • Method Details

    • get

      public cool.scx.bytes.ByteChunk get()
      Specified by:
      get in interface cool.scx.bytes.supplier.ByteSupplier