]> source.dussan.org Git - poi.git/commit
Two more differences between the LZW in HDGF and HMEF:
authorNick Burch <nick@apache.org>
Sat, 5 Mar 2011 15:25:39 +0000 (15:25 +0000)
committerNick Burch <nick@apache.org>
Sat, 5 Mar 2011 15:25:39 +0000 (15:25 +0000)
commitf05c5454fcff4f5f4e3d0661df1aa996de2da603
tree66286182b558985aa8756418f1e721195aeb06d2
parent5805f3b66001219a382427f995b323fcba40d700
Two more differences between the LZW in HDGF and HMEF:
 * Little Endian vs Big Endian storage of the code position
 * Initial dictionary position is the end of pre-fill, if there is one, rather than always being position 0

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1078300 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/util/LZWDecompresser.java
src/scratchpad/src/org/apache/poi/hdgf/HDGFLZW.java
src/scratchpad/src/org/apache/poi/hmef/CompressedRTF.java
src/scratchpad/testcases/org/apache/poi/hmef/TestCompressedRTF.java