aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/poifs/nio/TestDataSource.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-249/+0
* Sonar fixesAndreas Beeker2021-01-101-1/+1
* Sonar fixesAndreas Beeker2021-01-081-4/+4
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-54/+23
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-271-179/+191
* Replace manual close with try-with-resourcesDominik Stadler2019-12-151-11/+5
* Sync the file-based "past-the-end" exception to match the stream one, so that...Nick Burch2016-07-201-1/+1
* The changes for using AccessController/SecurityManager also added a log which...Dominik Stadler2016-06-011-17/+16
* Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s...Dominik Stadler2015-10-141-39/+144
* Add missing close() of resources in both production code and testsDominik Stadler2014-12-281-37/+41
* Change how the NIO block read works, to re-use the byte array for the from-In...Nick Burch2010-12-191-59/+54
* Tests and tweaks to the NIO DataSource codeNick Burch2010-12-191-5/+138
* Start on lower memory POIFS implementation - data source to provide common ac...Nick Burch2010-12-181-0/+38