aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/nio/ByteArrayBackedDataSource.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-1/+7
* sonar fixesAndreas Beeker2016-07-011-1/+1
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-261-0/+5
* Partial NPOIFS write implementation, and tidy up of methods around thisNick Burch2010-12-281-0/+6
* Change how the NIO block read works, to re-use the byte array for the from-In...Nick Burch2010-12-191-4/+4
* 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-191-2/+4
* Start on lower memory POIFS implementation - data source to provide common ac...Nick Burch2010-12-181-0/+83