aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/nio
Commit message (Expand)AuthorAgeFilesLines
* sonar fixes - blockerAndreas Beeker2018-08-311-3/+4
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-1/+7
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Add a possible future TODONick Burch2017-02-101-0/+5
* Adjust handling of ByteBuffer some moreDominik Stadler2016-09-201-12/+11
* POI 60140 Prevent unnecessary memory usage -- no need to cache HeapByteBuffer...Tim Allison2016-09-151-3/+2
* Sync the file-based "past-the-end" exception to match the stream one, so that...Nick Burch2016-07-201-2/+2
* sonar fixesAndreas Beeker2016-07-011-1/+1
* The changes for using AccessController/SecurityManager also added a log which...Dominik Stadler2016-06-011-17/+22
* Use Lucene's unmapping code inside AccessController.doPrivileged() for unmapp...Uwe Schindler2015-11-091-22/+25
* Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s...Dominik Stadler2015-10-141-1/+49
* The NPOIFS-classes result currently in left-over memory mapped buffers.Andreas Beeker2014-05-041-7/+29
* Update the HPSF change properties example to use NPOIFS + in-place writes, an...Nick Burch2014-04-281-0/+4
* Get NPOIFS in-place-write working!Nick Burch2014-04-281-10/+17
* More on the HPFS in-place NPOIFS write tests, and a note about what is still ...Nick Burch2014-04-261-0/+4
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-262-9/+21
* Partial NPOIFS write implementation, and tidy up of methods around thisNick Burch2010-12-283-0/+20
* Change how the NIO block read works, to re-use the byte array for the from-In...Nick Burch2010-12-193-10/+19
* Move CloseIgnoringInputStream out to its own class, and add more helper methodsNick Burch2010-12-191-2/+5
* Tests and tweaks to the NIO DataSource codeNick Burch2010-12-192-9/+32
* Start on lower memory POIFS implementation - data source to provide common ac...Nick Burch2010-12-183-0/+162