Class FixedLengthByteSupplier
java.lang.Object
cool.scx.http.x.http1.fixed_length.FixedLengthByteSupplier
- All Implemented Interfaces:
cool.scx.bytes.supplier.ByteSupplier, AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionFixedLengthByteSupplier(cool.scx.bytes.IByteReader dataReader, long maxLength) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.bytes.supplier.ByteSupplier
close
-
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
-