Class FixedLengthByteSupplier

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

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

    • FixedLengthByteSupplier

      public FixedLengthByteSupplier(cool.scx.bytes.IByteReader dataReader, long maxLength)
  • Method Details

    • get

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