]> source.dussan.org Git - poi.git/commit
Initial HDGF support for streams, plus tests
authorNick Burch <nick@apache.org>
Mon, 18 Jun 2007 20:24:39 +0000 (20:24 +0000)
committerNick Burch <nick@apache.org>
Mon, 18 Jun 2007 20:24:39 +0000 (20:24 +0000)
commit4fef51784c62ad4b28051283b8c5b85f267938b9
treeba5e35fa3ecc2b1330e3b9ed32319eec7050fe09
parent61fdc5c0e12ce1edb17b50a7bf9913b19b57a7e9
Initial HDGF support for streams, plus tests

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548476 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hdgf/streams/CompressedStreamStore.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hdgf/streams/Stream.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hdgf/streams/StreamStore.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hdgf/streams/UnknownStream.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hdgf/streams/TestStreamBasics.java [new file with mode: 0644]