Nick Burch
|
9839d90e79
|
More NPOIFS write testing, and fix a problem with writing xbat details out
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589806 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-24 17:44:10 +00:00 |
|
Nick Burch
|
ea3d7cd99b
|
Update a test to use the existing EntryUtils to copy with, rather than duplciating the logic, and tweak naming/javadocs to clarify what the test does
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589802 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-24 17:32:47 +00:00 |
|
Nick Burch
|
d99d2e559e
|
More unit tests for NPOIFS writing, and correct a bug in how bats get allocated in xbats. (Some issues still remain)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1589800 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-24 17:25:10 +00:00 |
|
Andreas Beeker
|
059cba52ab
|
Bug 56437 - [PATCH] Streaming write support in NPOIFS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1588887 13f79535-47bb-0310-9956-ffa450edef68
|
2014-04-21 14:37:33 +00:00 |
|
Nick Burch
|
88430f68b7
|
Add some more NPOIFS write related tests, some of which is disabled as the functionality isn't quite there yet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124693 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-19 11:54:29 +00:00 |
|
Nick Burch
|
8038e149d6
|
Fix NPOIFS creation of an empty filesystem, with create/write/read test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102482 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-12 22:10:51 +00:00 |
|
Nick Burch
|
fe6c408450
|
More NPOIFS tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1054199 13f79535-47bb-0310-9956-ffa450edef68
|
2011-01-01 06:49:53 +00:00 |
|
Nick Burch
|
ada898d0cf
|
More NPOIFS XBAT updates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053504 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-29 01:34:56 +00:00 |
|
Nick Burch
|
c50b305281
|
Implement a NPOIFS document reader, and add tests which use it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053279 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 08:52:50 +00:00 |
|
Nick Burch
|
f88663e5bc
|
Start on refactoring ready to support NPOIFS Directory/Document nodes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053269 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 06:21:40 +00:00 |
|
Nick Burch
|
6f3d7d99e5
|
More NPOIFSStream unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053250 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-28 04:43:19 +00:00 |
|
Nick Burch
|
bc8332ccd9
|
Add NPOIFS SBAT tests, and stub out a few future tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053016 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 07:53:05 +00:00 |
|
Nick Burch
|
e511b34037
|
More NPOIFS tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1052988 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-27 01:51:10 +00:00 |
|
Nick Burch
|
c204206f19
|
Start on PropertyTable support for NPOIFS, and more NPOIFS tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1052205 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-23 09:21:49 +00:00 |
|
Nick Burch
|
9605338d1f
|
Add NPOIFSFileSystem support for identifying free blocks, along with partial unit tests for it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1052194 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-23 08:02:50 +00:00 |
|
Nick Burch
|
de3d20d51a
|
More NPOIFSFileSystem and NPOIFSStream read unit tests, along with details of a few more tests still to be written
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1052186 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-23 07:08:50 +00:00 |
|
Nick Burch
|
c4b00f8592
|
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
|
2010-12-22 08:52:17 +00:00 |
|
Nick Burch
|
aaddcfc655
|
Change how the NIO block read works, to re-use the byte array for the from-InputStream case. Also start on reading the FAT blocks for NPOIFSFileSystem
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1050775 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-19 08:53:36 +00:00 |
|
Nick Burch
|
302df8aa4c
|
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
|
2010-12-19 08:06:48 +00:00 |
|