]> source.dussan.org Git - poi.git/commit
Replace the HDGW LZW engine with a fully documented, ASL licenced version. (Doesn...
authorNick Burch <nick@apache.org>
Sat, 13 Oct 2007 15:46:09 +0000 (15:46 +0000)
committerNick Burch <nick@apache.org>
Sat, 13 Oct 2007 15:46:09 +0000 (15:46 +0000)
commit1804a3da50b7b68d0251a99f6a27c8f440723139
tree88d44d89926fa5c12c5b427578068b95ba13a0c1
parent78b3a65faf3ffbe0acffa4e6435a95a7a0ca1791
Replace the HDGW LZW engine with a fully documented, ASL licenced version. (Doesn't do compression yet, but is a much better start for that)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584414 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hdgf/HDGFLZW.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hdgf/LZW4HDGF.java [deleted file]
src/scratchpad/src/org/apache/poi/hdgf/streams/CompressedStreamStore.java
src/scratchpad/testcases/org/apache/poi/hdgf/TestHDGFLZW.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hdgf/TestLZW4HDGF.java [deleted file]