aboutsummaryrefslogtreecommitdiff
path: root/src/org/tukaani/xz/XZInputStream.java
AgeCommit message (Expand)Author
2014-03-03Use fields for temp buffers in read() and write(int).Lasse Collin
2013-05-12Make the reference to GZIPInputStream a link.Lasse Collin
2011-08-16Shorten exception messages of closed input streams.Lasse Collin
2011-08-08Small fixes to input streams.Lasse Collin
2011-08-04Clean up a constructor in XZInputStream.Lasse Collin
2011-08-04XZInputStream doesn't need BufferedInputStream.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-03-30Initial commit.Lasse Collin