aboutsummaryrefslogtreecommitdiff
path: root/src/org/tukaani/xz/lzma
AgeCommit message (Expand)Author
2016-09-10Add LZMAOutputStream for .lzma format and raw LZMA streams.Lasse Collin
2016-09-10Support unsigned 32-bit values in LZMAEncoder.getDistSlot.Lasse Collin
2016-09-10Allow RangeEncoder.writeByte() to throw an IOException.Lasse Collin
2014-04-24Make a few fields final.Lasse Collin
2013-05-30Add LZMAInputStream to support .lzma files and raw LZMA1 streams.Lasse Collin
2013-05-30Split RangeDecoder into RangeDecoderFromBuffer and FromStream.Lasse Collin
2013-01-15Use fields instead of reallocating often-needed temporary objects.Lasse Collin
2011-11-03Remove useless imports.Lasse Collin
2011-07-27Fix uncompressed chunks in LZMA2.Lasse Collin
2011-07-23Add LZMA2 encoder.Lasse Collin
2011-07-04LZMA: Rename int[] rep to reps.Lasse Collin
2011-06-17Add a missing newline.Lasse Collin
2011-03-30Initial commit.Lasse Collin