aboutsummaryrefslogtreecommitdiff
path: root/src/org/tukaani/xz/SingleXZInputStream.java
AgeCommit message (Expand)Author
2021-02-01Fix javadoc errors and a few warnings, and change a HTTP URL to HTTPS.Lasse Collin
2017-12-16Add ArrayCache support to {,Single,Seekable}XZInputStream.Lasse Collin
2014-08-14Make it possible to disable verification of integrity checks.Lasse Collin
2014-08-14Refactor the constructors of SingleXZInputStream.Lasse Collin
2014-03-03Use fields for temp buffers in read() and write(int).Lasse Collin
2011-11-03Make a few fields final.Lasse Collin
2011-08-16Shorten exception messages of closed input streams.Lasse Collin
2011-08-08Small fixes to input streams.Lasse Collin
2011-08-05Add random access decompression support.Lasse Collin
2011-08-04Tidy a few javadoc comments.Lasse Collin
2011-07-30Use the correct exception with invalid args in .read and .write.Lasse Collin
2011-07-26Improve the docs for XZInputStream and SingleXZInputStream.Lasse Collin
2011-05-20Refactor the locations of internal classes and remove RawDecoder.Lasse Collin
2011-05-20Refactor IndexHash.Lasse Collin
2011-03-30Initial commit.Lasse Collin