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