]> source.dussan.org Git - poi.git/commit
Initial NPOIFS low level stream reader and writer. Still needs unit tests, but should...
authorNick Burch <nick@apache.org>
Wed, 22 Dec 2010 08:52:17 +0000 (08:52 +0000)
committerNick Burch <nick@apache.org>
Wed, 22 Dec 2010 08:52:17 +0000 (08:52 +0000)
commitc4b00f8592f5222f2674229b1be4f1bdb1fb2e0e
tree036ed9665566c2f7548953c49e913a2bbf4cd8b1
parentb77ffa0c7a2bd72ff5f22fc97921daea090114e6
Initial NPOIFS low level stream reader and writer. Still needs unit tests, but should allow reading and writing to a basic stream of (big) blocks

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