aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.java
Commit message (Expand)AuthorAgeFilesLines
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-947/+0
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-2/+6
* Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystemDominik Stadler2017-09-171-84/+19
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-4/+4
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-161-3/+3
* Update third party libs to latest versionsDominik Stadler2017-09-151-13/+5
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-111-28/+21
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-1/+1
* Sonarqube fixes - Cast one of the operands of this multiplication operation t...Andreas Beeker2017-01-011-2/+2
* Provide a createOrUpdateDocument method at the POIFS level, and use to simpli...Nick Burch2016-07-211-2/+20
* If doing an in-place write, update the properties tooNick Burch2016-07-201-0/+2
* #57919 Provide an initial in-place write method for HSSFWorkbookNick Burch2016-07-171-0/+15
* Include stacktrace of inner exception when block-positions are invalid in POI...Dominik Stadler2016-02-211-1/+3
* replace Throwable.printStackTrace() with POILogger calls - Todo: other printS...Andreas Beeker2016-01-101-3/+4
* #58597: Remove setAccessible (more coming soon)Uwe Schindler2015-11-111-0/+11
* Avoid NPE in cleanup if NPOIFSFileSystem is opened on a locked File under Win...Nick Burch2015-07-291-8/+9
* Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeaderDominik Stadler2015-07-201-3/+7
* When writing the mini-stream, set the size of it on the root property #58061Nick Burch2015-07-061-3/+4
* Put the properties table at block 0, with the first BAT at block 1, to hopefu...Nick Burch2015-06-281-6/+7
* Fix NPOIFS to handle dodgy excel-95 file from bug #46904Nick Burch2015-05-261-1/+1
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-0/+9
* If an empty stream or file is given to WorkbookFactory.create, give a more in...Nick Burch2015-05-041-1/+8
* More from Daniel Bonniot from bug #56956 - Make the FileChannel default read-...Nick Burch2014-09-111-3/+3
* Patch from Daniel Bonniot from bug #56956 - Add a NPOIFSFileSystem constructo...Nick Burch2014-09-111-2/+23
* Bug 56537: Update javadoc to reflect the addition of Closeable to WorkbookDominik Stadler2014-07-021-1/+0
* The NPOIFS-classes result currently in left-over memory mapped buffers.Andreas Beeker2014-05-041-9/+12
* Update the HPSF change properties example to use NPOIFS + in-place writes, an...Nick Burch2014-04-281-0/+6
* Get NPOIFS in-place-write working!Nick Burch2014-04-281-4/+5
* Fix javadoc layoutNick Burch2014-04-261-15/+15
* When deleting a document in NPOIFS, free the underlying blocksNick Burch2014-04-251-3/+14
* More NPOIFS write testing, and fix a problem with writing xbat details outNick Burch2014-04-241-0/+5
* More unit tests for NPOIFS writing, and correct a bug in how bats get allocat...Nick Burch2014-04-241-6/+14
* More int/long sizing fixes for >2gb NPOIFS files, see bug #56447Nick Burch2014-04-241-3/+9
* Bug 56437 - [PATCH] Streaming write support in NPOIFSAndreas Beeker2014-04-211-16/+16
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-261-12/+30
* An XBAT may not be fully used, and remaining entries may be 0 not POIFSConsta...Nick Burch2013-02-041-1/+7
* bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBATMaxim Valyanskiy2012-01-301-1/+1
* Fix NPOIFS creation of an empty filesystem, with create/write/read testNick Burch2011-05-121-10/+28
* NPOIFS and OPC both support close(), so mark them as suchNick Burch2011-05-061-1/+2
* Fix a couple of NPOIFS bugs relating to empty files, empty documents and non-...Nick Burch2011-03-251-0/+3
* In NPOIFS, close the file we opened in more exception casesNick Burch2011-01-051-0/+8
* More NPOIFS testsNick Burch2011-01-011-1/+1
* Tweak NPOIFS constructors so that if you have a FileChannel, you can pass it ...Nick Burch2010-12-311-15/+64
* NPOIFS needs an explicit close, as it has to keep the File / buffer around to...Nick Burch2010-12-301-1/+14
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-291-1/+5
* More NPOIFS XBAT updatesNick Burch2010-12-291-41/+55
* XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin...Nick Burch2010-12-291-7/+17
* Add NPOIFS high level Document implementationNick Burch2010-12-281-2/+2
* Start on refactoring ready to support NPOIFS Directory/Document nodesNick Burch2010-12-281-11/+23
* Partial NPOIFS write implementation, and tidy up of methods around thisNick Burch2010-12-281-169/+51