aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/filesystem/NPOIFSDocument.java
Commit message (Expand)AuthorAgeFilesLines
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-264/+0
* #62649 - Remove OPOIFSAndreas Beeker2018-08-261-42/+36
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-3/+8
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-291-23/+13
* To better match OPOIFS, pad to the end of a block with 0xFF/-1Nick Burch2015-07-011-0/+10
* Fix testing for NPOIFS zero-length stream writingNick Burch2015-05-261-4/+0
* Correct zero byte entry support in NPOIFSNick Burch2015-05-111-1/+5
* Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFSNick Burch2014-04-261-0/+2
* NDocumentOutputStream write logicNick Burch2014-04-251-0/+5
* Begin to support and test in-place changes to documents within a NPOIFS streamNick Burch2014-04-251-1/+3
* Support for replacing the contents of a Document in a NPOIFSFileSytem, in placeNick Burch2014-04-251-24/+47
* When deleting a document in NPOIFS, free the underlying blocksNick Burch2014-04-251-0/+8
* Bug 56437 - [PATCH] Streaming write support in NPOIFSAndreas Beeker2014-04-211-17/+43
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-261-2/+2
* Fix a couple of NPOIFS bugs relating to empty files, empty documents and non-...Nick Burch2011-03-251-1/+7
* Add unit test for using HSSF with both POIFS and NPOIFSNick Burch2011-01-011-1/+1
* Implement a NPOIFS document reader, and add tests which use itNick Burch2010-12-281-0/+8
* Add NPOIFS high level Document implementationNick Burch2010-12-281-0/+185