aboutsummaryrefslogtreecommitdiff
path: root/src/org/tukaani/xz/LZMA2InputStream.java
AgeCommit message (Expand)Author
2017-12-28Add ArrayCache support to LZMA and LZMA2 coders, part 1.Lasse Collin
2017-10-11Fix LZMA2InputStream.available() for uncompressed chunks.Lasse Collin
2017-06-05Improve buffer handling in RangeDecoderFromBuffer.Lasse Collin
2014-03-03Use fields for temp buffers in read() and write(int).Lasse Collin
2013-05-30Split RangeDecoder into RangeDecoderFromBuffer and FromStream.Lasse Collin
2013-05-30Comment improvements to LZMA2InputStream.Lasse Collin
2011-08-16Shorten exception messages of closed input streams.Lasse Collin
2011-08-08Small fixes to input streams.Lasse Collin
2011-07-30Use the correct exception with invalid args in .read and .write.Lasse Collin
2011-07-26Emphasize the raw input and output streams aren't XZ.Lasse Collin
2011-05-20Refactor the locations of internal classes and remove RawDecoder.Lasse Collin
2011-03-30Initial commit.Lasse Collin