Package io.milton.zsync
Class ByteRange
java.lang.Object
io.milton.zsync.ByteRange
A simple container for a Range and a reference to an InputStream.
- Author:
- Administrator
-
Constructor Summary
ConstructorsConstructorDescriptionByteRange(Range range, InputStream queue) Constructs a ByteRange with the specified Range and InputStream. -
Method Summary
-
Constructor Details
-
ByteRange
Constructs a ByteRange with the specified Range and InputStream. The dataQueue field will simply reference the specified InputStream rather than copying from it.- Parameters:
range-queue-
-
-
Method Details
-
getRange
-
getDataQueue
-