Closed resetius closed 6 years ago
If somene calls 'write' with non-zero offset he'll get IndexOutOfBoundsException. So you should use zero offset here or don't copy input buffer.
@shevek
Thank you, will poke. Curious to know if this existed in the original lzo.
Hi! Just wanted to mention that we had the same problem. Any chances this could be merged soon?
Fixed. Thank you.
If somene calls 'write' with non-zero offset he'll get IndexOutOfBoundsException. So you should use zero offset here or don't copy input buffer.