]> source.dussan.org Git - poi.git/commit
First stab at hdgf, an implementation of the visio format. Basic support for processi...
authorNick Burch <nick@apache.org>
Mon, 18 Jun 2007 18:10:57 +0000 (18:10 +0000)
committerNick Burch <nick@apache.org>
Mon, 18 Jun 2007 18:10:57 +0000 (18:10 +0000)
commit0b42cc2713cd01f99f955b3bfb1225497b523047
tree94b576cc4869f3e692edcc3a565252db0ed087ba
parentf05388b26119bce266d8ec806bd01f58c5344b70
First stab at hdgf, an implementation of the visio format. Basic support for processing the equivalent of records - pointers and blocks. Now to refactor it into something sane!

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