]> source.dussan.org Git - poi.git/commit
Basic support for a few key kinds of streams, and tests to go with this
authorNick Burch <nick@apache.org>
Mon, 18 Jun 2007 22:26:04 +0000 (22:26 +0000)
committerNick Burch <nick@apache.org>
Mon, 18 Jun 2007 22:26:04 +0000 (22:26 +0000)
commit0f0d2aaf989850f3ace238eab7ef014415a2dd06
tree6cab51efd98904283b7bd92fc04b12a2ef726a03
parent4fef51784c62ad4b28051283b8c5b85f267938b9
Basic support for a few key kinds of streams, and tests to go with this

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548511 13f79535-47bb-0310-9956-ffa450edef68
build.xml
src/scratchpad/src/org/apache/poi/hdgf/streams/CompressedStreamStore.java
src/scratchpad/src/org/apache/poi/hdgf/streams/PointerContainingStream.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hdgf/streams/Stream.java
src/scratchpad/src/org/apache/poi/hdgf/streams/StreamStore.java
src/scratchpad/src/org/apache/poi/hdgf/streams/StringsStream.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hdgf/streams/TrailerStream.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hdgf/data/Test_Visio-Some_Random_Text.vsd [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hdgf/streams/StreamTest.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hdgf/streams/TestStreamBasics.java
src/scratchpad/testcases/org/apache/poi/hdgf/streams/TestStreamComplex.java [new file with mode: 0644]