aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/storage/HeaderBlockReader.java
Commit message (Expand)AuthorAgeFilesLines
* Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter into...Nick Burch2010-12-191-262/+0
* Start on lower memory POIFS implementation - data source to provide common ac...Nick Burch2010-12-181-25/+43
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-251-7/+8
* Lots more documentation on how we read in POIFS files and process the sectors...Nick Burch2010-04-131-9/+33
* Bugzilla 48085 - improved error checking in BlockAllocationTableReader to tra...Josh Micich2009-11-031-32/+39
* Improved error message when attempting to read BIFF2 file (bugzilla 46269)Josh Micich2008-11-291-164/+171
* More helpful error messages when you try to give POIFS an OOXML fileNick Burch2008-07-311-1/+1
* Merge changes from trunk to the ooxml branch - revisions 634630 to Nick Burch2008-03-291-18/+45
* Add methods to check to see if a given InputStream has a OOXML file header, o...Nick Burch2008-01-161-2/+5
* Detect, and report a meaningful error, if we come across an Office 2007 XML d...Nick Burch2007-04-231-0/+8
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* Bug 17890: Corrected exception text for zero byte file.Jason Height2006-07-251-0/+3
* New licence changes.Glen Stampoultzis2004-04-091-52/+15
* Slow input stream patch, bug 13478Avik Sengupta2003-07-311-1/+2
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* Applied patches from Loiec LefeavreAndrew C. Oliver2002-03-151-4/+4
* Initial revisionAndrew C. Oliver2002-01-311-0/+199