aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/storage/HeaderBlock.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-391/+0
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-5/+4
* Bug 61267: detect Word v2 files and report that they are not supported in Apa...Dominik Stadler2018-04-021-0/+3
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-2/+6
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-111-93/+30
* #61266 Test for old unsupported MS Write WRI files, and give a more helpful e...Nick Burch2017-07-091-0/+13
* sonar fix - reduce complexity by using constantsAndreas Beeker2016-05-161-49/+68
* More helpful exception message if POIFS is given a raw XML file (eg an Office...Nick Burch2016-03-091-0/+9
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-291-11/+2
* Correct older biff detection, and add unit tests for HSSFWorkbook giving help...Nick Burch2014-11-301-3/+3
* More detection for older Excel formats when opening the POIFS Stream, and a m...Nick Burch2014-11-301-7/+34
* Make the exception a bit more explicit about what is wrongNick Burch2012-12-201-2/+3
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-291-10/+3
* Move CloseIgnoringInputStream out to its own class, and add more helper methodsNick Burch2010-12-191-1/+1
* Move more of the logic from HeaderBlockWriter to HeaderBlockNick Burch2010-12-191-16/+68
* Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into...Nick Burch2010-12-191-0/+343