aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/filesystem/DocumentInputStream.java
Commit message (Expand)AuthorAgeFilesLines
* Fix some IDE warnings, make lock-objects final, use generics, remove unused a...Dominik Stadler2020-05-161-5/+0
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-081-19/+13
* Bug 63330 -- use skipfully instead of hoping skip() worksTim Allison2019-04-101-0/+5
* Remove some remnants of NFileSystemDominik Stadler2019-02-231-1/+1
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-97/+288
* #62649 - Remove OPOIFSAndreas Beeker2018-08-261-26/+1
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-0/+1
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-171-0/+2
* add encryption supportAndreas Beeker2016-08-191-0/+5
* - a few findbugs/sonar fixesAndreas Beeker2015-09-231-3/+21
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-1/+1
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-1/+1
* - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLFAndreas Beeker2014-12-251-0/+5
* Refactor DocumentInputStream so that it can transparently handle both old sty...Nick Burch2010-12-291-219/+56
* Implement a NPOIFS document reader, and add tests which use itNick Burch2010-12-281-1/+6
* Further simplification to RecordInputStream. Mostly regarding Strings, Conti...Josh Micich2008-10-251-3/+5
* Optimisation of RecordInputStream - removed intermediate 8K byte buffer. Exp...Josh Micich2008-10-241-426/+300
* 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
* fix bug in read() methodMark Johnson2002-02-201-1/+1
* Initial revisionAndrew C. Oliver2002-01-311-0/+487