]> source.dussan.org Git - poi.git/commit
Initial work on a NIO POIFSFileSystem. Currently is able to open the file and read...
authorNick Burch <nick@apache.org>
Sun, 19 Dec 2010 08:06:48 +0000 (08:06 +0000)
committerNick Burch <nick@apache.org>
Sun, 19 Dec 2010 08:06:48 +0000 (08:06 +0000)
commit302df8aa4c8f5435efc2bbde929de2431308904d
tree678b79b3170639a5c60d4bb9ec508a0fa6628ba0
parentced5abd45761ea3659bd0d6d60920e22f74ac06b
Initial work on a NIO POIFSFileSystem. Currently is able to open the file and read the header, but no more

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1050773 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.java [new file with mode: 0644]
src/testcases/org/apache/poi/poifs/AllPOIFSTests.java
src/testcases/org/apache/poi/poifs/filesystem/AllPOIFSFileSystemTests.java
src/testcases/org/apache/poi/poifs/filesystem/TestNPOIFSFileSystem.java [new file with mode: 0644]