aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util/IOUtils.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-540/+0
* Enhance javadoc and coverage for IOUtilsDominik Stadler2021-03-191-0/+18
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-3/+4
* Sonar fixesAndreas Beeker2021-01-171-2/+2
* Slightly adjust error message if requested allocations are too bigDominik Stadler2021-01-061-4/+6
* Sonar fixesAndreas Beeker2020-12-261-4/+4
* avoid string concatsPJ Fanning2020-12-171-1/+1
* remove more deprecated codePJ Fanning2020-12-091-134/+0
* improve memory safety in HWPFDocumentCoreTim Allison2020-06-221-1/+1
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-0/+15
* Bug 63569: Adjust handling of check for max allocation of byte arrayDominik Stadler2019-12-141-12/+39
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2019-11-081-2/+14
* Add some simple coverage of HSLF-Dev-ToolsDominik Stadler2018-12-261-1/+1
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-1/+1
* merge trunkAndreas Beeker2018-11-021-0/+16
|\
| * bug 62624 -- fix loop identified as dodgy by FindBugs; add a other sanity che...Tim Allison2018-10-311-0/+16
* | Buffered LittleEndianInputStreamAndreas Beeker2018-09-141-4/+27
|/
* Adjust comments and IDE warnings, duplicate code reductionDominik Stadler2018-07-051-15/+13
* add additional exception info to failing IOUtils.toByteArrayAndreas Beeker2018-05-021-1/+1
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-271-18/+56
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t...Dominik Stadler2017-12-281-3/+11
* Fix some IntelliJ warningsDominik Stadler2017-09-221-1/+1
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-5/+30
* Fix some warnings in OOXMLLite and move copyFile to IOUtilsDominik Stadler2017-09-171-7/+23
* Some more code cleanupDominik Stadler2017-09-171-0/+6
* Java 8: Deprecate some methods in IOUtilsDominik Stadler2017-09-151-11/+31
* Verify that bug 61294 is fixed now, add some more coverage for IOUtils in gen...Dominik Stadler2017-08-251-5/+5
* 61346 add more sanity checks before allocating byte arrays in emf/wmfTim Allison2017-07-261-0/+15
* bug 61300 -- prevent really long (infinite?) loop on corrupt fileTim Allison2017-07-141-0/+3
* bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/...Tim Allison2017-07-141-46/+61
* bug 61294 -- prevent infinite loop in IOUtils' skipFully.Tim Allison2017-07-131-2/+33
* replace commented-out throw-away code that writes workbook to C:\temp\xxxxx.x...Javen O'Neal2017-07-131-0/+11
* Javadoc fixNick Burch2017-06-201-1/+1
* bug 57919: close opened resourcesJaven O'Neal2017-06-201-0/+19
* bug 57919: add functions to write and close a POIDocument, guaranteeing closu...Javen O'Neal2017-06-201-0/+78
* Bug 60570 - Add rudimentary EMF read-only capabilityTim Allison2017-01-191-0/+23
* #60331 - Remove deprecated classes - deprecate Mutable* property classesAndreas Beeker2016-11-271-10/+26
* bug 52949: add junit test for RLEDecompressingInputStreamJaven O'Neal2016-04-101-6/+11
* Check for null in IOUtils.closeQuietly() to not log this unnecessarilyDominik Stadler2016-03-221-2/+7
* findbugs fixes - RR_NOT_CHECKEDAndreas Beeker2016-03-211-7/+20
* Fix some IntelliJ warnings and adjust Javadoc of readFully() slightly to desc...Dominik Stadler2016-03-141-4/+6
* #58193 - Use input stream rather than byte array for checksum etc.Andreas Beeker2015-08-011-0/+23
* Bug 58156: Possible data corruption in hasPOIFSHeader and hasOOXMLHeaderDominik Stadler2015-07-201-1/+1
* Fix inconsistent whitespaceNick Burch2015-05-041-127/+121
* If an empty stream or file is given to WorkbookFactory.create, give a more in...Nick Burch2015-05-041-0/+31
* add closeQuietly() methodSergey Vladimirov2011-07-041-0/+25
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-0/+8
* Fix bug #51100 - Fix IOUtils issue for NPOIFS reading from an InputStream whe...Nick Burch2011-04-211-1/+1
* Change how the NIO block read works, to re-use the byte array for the from-In...Nick Burch2010-12-191-1/+1
* Move CloseIgnoringInputStream out to its own class, and add more helper methodsNick Burch2010-12-191-1/+17