]> source.dussan.org Git - poi.git/commit
Refactor DocumentInputStream so that it can transparently handle both old style and...
authorNick Burch <nick@apache.org>
Wed, 29 Dec 2010 07:28:10 +0000 (07:28 +0000)
committerNick Burch <nick@apache.org>
Wed, 29 Dec 2010 07:28:10 +0000 (07:28 +0000)
commitd004673137ef3f80e55f6438ae998b04734ace35
treee2e918deda58d7eca311ed8ca5ebdb531582f8ee
parent3a0d6d3f8e88cce47a7fc07b80480191334925a6
Refactor DocumentInputStream so that it can transparently handle both old style and new style POIFS Documents

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053562 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/POIDocument.java
src/java/org/apache/poi/poifs/filesystem/DirectoryNode.java
src/java/org/apache/poi/poifs/filesystem/DocumentInputStream.java
src/java/org/apache/poi/poifs/filesystem/NDocumentInputStream.java
src/java/org/apache/poi/poifs/filesystem/ODocumentInputStream.java [new file with mode: 0644]