]> source.dussan.org Git - poi.git/commit
Improve the HDGF LZW code.
authorNick Burch <nick@apache.org>
Thu, 16 Dec 2010 07:41:41 +0000 (07:41 +0000)
committerNick Burch <nick@apache.org>
Thu, 16 Dec 2010 07:41:41 +0000 (07:41 +0000)
commit0b4b029e2a0a4631d66972ea87e855a4515011d8
treea901c0b387b2aaa38c6b0bbbfed2a2554366af20
parent4c8a39924bab46769287b2602208be082abe23ce
Improve the HDGF LZW code.
Some tweaks to the decompression, and more tests, but mostly work on the compression side. We can now compress small streams properly, and these round-trip fine. However, some longer streams don't compress correctly, and more work on that is still needed (see the disabled unit test)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1049805 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/hdgf/index.xml
src/documentation/content/xdocs/status.xml
src/scratchpad/src/org/apache/poi/hdgf/HDGFLZW.java
src/scratchpad/src/org/apache/poi/hdgf/HDGFLZWCompressor.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hdgf/TestHDGFLZW.java