Class FixedLengthDataSupplier
java.lang.Object
cool.scx.http.x.http1.fixed_length.FixedLengthDataSupplier
- All Implemented Interfaces:
cool.scx.bytes.supplier.ByteSupplier
-
Constructor Summary
ConstructorsConstructorDescriptionFixedLengthDataSupplier(cool.scx.bytes.ByteReader dataReader, long maxLength) -
Method Summary
-
Constructor Details
-
FixedLengthDataSupplier
public FixedLengthDataSupplier(cool.scx.bytes.ByteReader dataReader, long maxLength)
-
-
Method Details
-
get
public cool.scx.bytes.ByteChunk get()- Specified by:
getin interfacecool.scx.bytes.supplier.ByteSupplier
-