aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/storage/BATBlock.java
Commit message (Expand)AuthorAgeFilesLines
* Helper method to report the number of blocks used in a BATNick Burch2015-07-061-2/+15
* More int/long sizing fixes for >2gb NPOIFS files, see bug #56447Nick Burch2014-04-241-3/+3
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-291-19/+10
* XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not sin...Nick Burch2010-12-291-23/+25
* Add NPOIFS high level Document implementationNick Burch2010-12-281-0/+6
* Partial NPOIFS write implementation, and tidy up of methods around thisNick Burch2010-12-281-2/+14
* Start to support the MiniStream, by extracting out the BlockStore superclass ...Nick Burch2010-12-271-3/+18
* Add NPOIFSFileSystem support for identifying free blocks, along with partial ...Nick Burch2010-12-231-2/+31
* More BATBlock related methods for identifying size and list offsets, plus testsNick Burch2010-12-221-3/+67
* Make BATBlock useful for read (was previously write only)Nick Burch2010-12-191-40/+111
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-251-49/+27
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-7/+1
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* New licence changes.Glen Stampoultzis2004-04-091-52/+15
* 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/+274