DISTANCE_MIN,
DISTANCE_MAX]
-1 to indicateinin
This calls in.read(buf, off, len) and defilters the
returned data.
@param buf target buffer for decoded data
@param off start offset in buf
@param len maximum number of bytes to read
@return number of bytes read, or -1 to indicate
the end of the input stream in
@throws XZIOException if the stream has been closed
@throws IOException may be thrown by underlaying input
stream in
in.available().in.available()in.close().in.close()
The delta filter doesn't change the size of the data and thus it
cannot have an end-of-payload marker. It will simply decode until
its input stream indicates end of input.