aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/dev
Commit message (Collapse)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-276-558/+0
| | | | | | | | update gradle files and project structure along https://github.com/centic9/poi/tree/gradle_build remove eclipse IDE project files remove obsolete record generator files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888111 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-301-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870653 13f79535-47bb-0310-9956-ffa450edef68
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-292-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870600 13f79535-47bb-0310-9956-ffa450edef68
* fix potential input resource leaks (LGTM)Alain Béarez2019-05-211-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859591 13f79535-47bb-0310-9956-ffa450edef68
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-252-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849716 13f79535-47bb-0310-9956-ffa450edef68
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-313-44/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839709 13f79535-47bb-0310-9956-ffa450edef68
* #62649 - Remove OPOIFSAndreas Beeker2018-08-262-202/+11
| | | | | | Fix HPSF UTF-8 encoding error with Bug52311.doc while refactoring CopyCompare/EntryUtils git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839201 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809169 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808516 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixes - close resourcesAndreas Beeker2016-12-181-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774969 13f79535-47bb-0310-9956-ffa450edef68
* on Windows, a directory cannot contain a file and a directory with the same nameJaven O'Neal2016-10-191-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1765531 13f79535-47bb-0310-9956-ffa450edef68
* close streams if an exception is throwJaven O'Neal2016-07-091-23/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751983 13f79535-47bb-0310-9956-ffa450edef68
* DumpPOIFS: Create a separate named sub-directory for each file to not ↵Dominik Stadler2016-03-291-17/+21
| | | | | | overwrite each other when passing in multiple files for dumping, check for failing mkdirs() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737031 13f79535-47bb-0310-9956-ffa450edef68
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737029 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737025 13f79535-47bb-0310-9956-ffa450edef68
* findbugs fixes - RR_NOT_CHECKEDAndreas Beeker2016-03-211-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1736112 13f79535-47bb-0310-9956-ffa450edef68
* Findbugs fixesDominik Stadler2016-03-121-8/+11
| | | | | | | | OldExcelExtractor could leak file handles in case of exceptions Free file handles in POIFSDump, add unit-test for POIFSDump Add a Findbugs exclude and adjust findbugs-ant slightly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1734689 13f79535-47bb-0310-9956-ffa450edef68
* #58597: Remove setAccessible (more coming soon)Uwe Schindler2015-11-112-26/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713770 13f79535-47bb-0310-9956-ffa450edef68
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-051-26/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706742 13f79535-47bb-0310-9956-ffa450edef68
* When writing the mini-stream, set the size of it on the root property #58061Nick Burch2015-07-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1689505 13f79535-47bb-0310-9956-ffa450edef68
* Allow optional dumping of the raw ministream as wellNick Burch2015-06-301-11/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688533 13f79535-47bb-0310-9956-ffa450edef68
* Support optionally dumping the properties streamNick Burch2015-06-291-4/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688091 13f79535-47bb-0310-9956-ffa450edef68
* Print mini stream information, and property entriesNick Burch2015-06-281-5/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688037 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent whitespaceNick Burch2015-06-281-134/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688031 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the small block reader creation, so that POIFSHeaderDumper can dump ↵Nick Burch2015-06-281-6/+34
| | | | | | the sbat structure too git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688030 13f79535-47bb-0310-9956-ffa450edef68
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-112-9/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678801 13f79535-47bb-0310-9956-ffa450edef68
* Remove some findbugs warnings about missing close of streams, use existing ↵Dominik Stadler2015-03-141-5/+9
| | | | | | IOUtils.copy() to copy from one stream to another git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1666683 13f79535-47bb-0310-9956-ffa450edef68
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-263-13/+16
| | | | | | convert some tabs to spaces. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553466 13f79535-47bb-0310-9956-ffa450edef68
* Allow POIFSLister to switch between the two different POIFS implementations ↵Nick Burch2010-12-281-51/+66
| | | | | | when listing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1053274 13f79535-47bb-0310-9956-ffa450edef68
* Output the correct header valueNick Burch2010-12-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1052202 13f79535-47bb-0310-9956-ffa450edef68
* POIFS Property refactoring ready for NIO supportNick Burch2010-12-201-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1051025 13f79535-47bb-0310-9956-ffa450edef68
* Start to merge the POIFS classes HeaderBlockReader and HeaderBlockWriter ↵Nick Burch2010-12-191-27/+21
| | | | | | into a common HeaderBlock class git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1050764 13f79535-47bb-0310-9956-ffa450edef68
* code cleanup as suggested in Bugzilla 50446Yegor Kozlov2010-12-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1044405 13f79535-47bb-0310-9956-ffa450edef68
* Hopefully finish fixing bug #49139 - track down another subtle hard coding ↵Nick Burch2010-05-051-0/+2
| | | | | | of 512, and switch to using the big block size variable git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@941334 13f79535-47bb-0310-9956-ffa450edef68
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. ↵Nick Burch2010-04-251-0/+159
| | | | | | Instead of hard coding this value in, pass around the new POIFSBigBlockSize object that holds the size and various helper subsizes. Should now be possible to open 4k block files without error. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@937834 13f79535-47bb-0310-9956-ffa450edef68
* Skip warnings we can't avoidNick Burch2010-01-071-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@896866 13f79535-47bb-0310-9956-ffa450edef68
* removed unnecessary svn:executable flag from files in SVN trunk, see ↵Yegor Kozlov2009-09-132-0/+0
| | | | | | bugzilla 47734 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814335 13f79535-47bb-0310-9956-ffa450edef68
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-64/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805262 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-191-74/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776377 13f79535-47bb-0310-9956-ffa450edef68
* utility to dump POIFS into filesystemYegor Kozlov2008-08-291-0/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690259 13f79535-47bb-0310-9956-ffa450edef68
* Few little tweaks to dev helpersNick Burch2008-08-171-8/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686621 13f79535-47bb-0310-9956-ffa450edef68
* Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, ↵Nick Burch2008-04-111-0/+81
| | | | | | and allow reading embeded documents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@647186 13f79535-47bb-0310-9956-ffa450edef68
* replace Jakarta POI --> Apache POI in package.html filesYegor Kozlov2007-06-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544742 13f79535-47bb-0310-9956-ffa450edef68
* Add standard licence header for src/java directoryMark Thomas2007-01-151-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496526 13f79535-47bb-0310-9956-ffa450edef68
* Applying the copy2license.pl script (with tiny modification to allow for ↵Henri Yandell2006-12-223-15/+18
| | | | | | more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489730 13f79535-47bb-0310-9956-ffa450edef68
* - Ironed out a whole bunch of Javadoc issues. Not that the documentation is ↵Rainer Klute2005-01-021-2/+0
| | | | | | any better now, but at least Javadoc complains no longer. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353622 13f79535-47bb-0310-9956-ffa450edef68
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353586 13f79535-47bb-0310-9956-ffa450edef68
* New licence changes.Glen Stampoultzis2004-04-094-156/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353545 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc references to empty packages are not possible. I removed them.Rainer Klute2003-12-051-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353465 13f79535-47bb-0310-9956-ffa450edef68
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-303-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353070 13f79535-47bb-0310-9956-ffa450edef68