]> source.dussan.org Git - poi.git/commit
Start to support the MiniStream, by extracting out the BlockStore superclass and...
authorNick Burch <nick@apache.org>
Mon, 27 Dec 2010 06:50:05 +0000 (06:50 +0000)
committerNick Burch <nick@apache.org>
Mon, 27 Dec 2010 06:50:05 +0000 (06:50 +0000)
commit1bffc624a7ce3b78109c57ff1149375b8af248c8
tree465e0ad9d01df6a30255aa807411b4b2e54bc15d
parent42e0f7b74578f21942bd767df242381f885c4f00
Start to support the MiniStream, by extracting out the BlockStore superclass and implementing a SBAT/Stream based mini block version

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053007 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/poifs/common/POIFSConstants.java
src/java/org/apache/poi/poifs/filesystem/BlockStore.java [new file with mode: 0644]
src/java/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.java
src/java/org/apache/poi/poifs/filesystem/NPOIFSMiniStore.java [new file with mode: 0644]
src/java/org/apache/poi/poifs/filesystem/NPOIFSStream.java
src/java/org/apache/poi/poifs/storage/BATBlock.java