1
0
mirror of https://github.com/golang/go synced 2024-11-19 13:04:45 -07:00
go/src/compress
Nigel Tao fea18f5a34 compress/lzw: return the partial decoding for a truncated input.
This is needed by issue #9856.

Change-Id: Idad570a7e55ad903aab55372d390bc746c4e19cf
Reviewed-on: https://go-review.googlesource.com/11661
Reviewed-by: Rob Pike <r@golang.org>
2015-06-30 03:47:06 +00:00
..
bzip2 all: don't refer to code.google.com/p/go{,-wiki}/ 2015-02-06 14:41:47 +00:00
flate compress/flate: make library RFC1951 compliant 2015-06-17 03:21:49 +00:00
gzip compress/gzip: allow stopping at end of first stream 2014-10-20 22:03:46 -04:00
lzw compress/lzw: return the partial decoding for a truncated input. 2015-06-30 03:47:06 +00:00
testdata
zlib compress/flate: add Reset() to allow reusing large buffers to compress multiple buffers 2014-10-20 12:58:02 +11:00