aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util/HexDump.java
Commit message (Collapse)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-303/+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 - Ignore System.out-calls and args checks in examplesAndreas Beeker2020-04-181-129/+14
| | | | | | Remove superfluous internal methods git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876704 13f79535-47bb-0310-9956-ffa450edef68
* try to avoid casting to intPJ Fanning2019-09-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866933 13f79535-47bb-0310-9956-ffa450edef68
* Adjust JavaDoc and code formattingDominik Stadler2019-08-291-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866053 13f79535-47bb-0310-9956-ffa450edef68
* use StandardCharsetsPJ Fanning2017-12-191-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818628 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixesAndreas Beeker2017-01-071-9/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777739 13f79535-47bb-0310-9956-ffa450edef68
* HexDump.writeHex is similar to Long#toHexString. Consider consolidating.Javen O'Neal2016-07-171-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753050 13f79535-47bb-0310-9956-ffa450edef68
* a few performance fixes to speed-up the testsAndreas Beeker2016-06-301-28/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750867 13f79535-47bb-0310-9956-ffa450edef68
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-121-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738782 13f79535-47bb-0310-9956-ffa450edef68
* findbugs fixesAndreas Beeker2016-03-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735319 13f79535-47bb-0310-9956-ffa450edef68
* obsoleted Codec classes by HexDumpAndreas Beeker2015-10-051-8/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706741 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2015-10-041-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1706648 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and ↵Andreas Beeker2015-09-071-23/+39
| | | | | | | | | | | | | | | | | | | | | | | | | timezone settings also includes fixes for - name shadowing - unused deprecated method "getClipRect" in classes extending Graphics2d - HexDump - replaced intermediate String.format calls with custom padding - convert testcases to junit4 - closing resources also tested with an arbitary timezone (PST) and locale (ru) supresses forbidden apis check for - LocaleUtil (the only place where Locale.getDefault() and TimeZone.getDefault() should be called) - Classes using FontMetrics - without the actual text it's difficult to return something sane Some usage of UTC and Locale.ROOT might be still wrong, e.g. in MapiMessage we don't access the extended mapi properties, which might contain the timezone DataFormatter has now a Observable property which need to be observed when custom formats are used and the Locale changes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1701688 13f79535-47bb-0310-9956-ffa450edef68
* fixed a few forbidden api callsAndreas Beeker2015-08-291-18/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700055 13f79535-47bb-0310-9956-ffa450edef68
* - reworked HexDump class - unified array dumps and usage of standard java ↵Andreas Beeker2015-08-291-178/+86
| | | | | | | | | | calls for hex format - fixed a few findbugs DM_DEFAULT_ENCODING issues - removed a few System.out/.err calls - instead the poilogger is used - closed a few left open resource instances git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700040 13f79535-47bb-0310-9956-ffa450edef68
* Fix a handful of forbidden apis identified problemsNick Burch2015-08-271-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698198 13f79535-47bb-0310-9956-ffa450edef68
* merge trunk to common sl branchAndreas Beeker2015-07-191-4/+7
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1691843 13f79535-47bb-0310-9956-ffa450edef68
| * Allow dumping of null arraysNick Burch2015-07-131-4/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1690772 13f79535-47bb-0310-9956-ffa450edef68
* | Fixed several test drivers or the implementationAndreas Beeker2015-05-281-29/+21
|/ | | | | | renamed font functions in HSLFTextRun git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1682356 13f79535-47bb-0310-9956-ffa450edef68
* Fix formatting of trailing comma in HexDumps, cover class fully with testsDominik Stadler2014-07-221-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1612496 13f79535-47bb-0310-9956-ffa450edef68
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805492 13f79535-47bb-0310-9956-ffa450edef68
* Removed trailing comma from output of HexDump.toHex()Josh Micich2008-09-121-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@694619 13f79535-47bb-0310-9956-ffa450edef68
* Consolidated TableRecord inside FormulaRecordAggregate. Simplifications to ↵Josh Micich2008-08-281-21/+59
| | | | | | FormulaRecord git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689973 13f79535-47bb-0310-9956-ffa450edef68
* Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details.Yegor Kozlov2007-09-081-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573878 13f79535-47bb-0310-9956-ffa450edef68
* Applying the copy2license.pl script (with tiny modification to allow for ↵Henri Yandell2006-12-221-5/+6
| | | | | | 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
* Added image support for POI. See the quick guide for details. Sponsored ↵Glen Stampoultzis2005-05-011-1/+1
| | | | | | through superlink software. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353660 13f79535-47bb-0310-9956-ffa450edef68
* added a main method so we can use it as a quickie utility (been meaning to ↵Andrew C. Oliver2005-04-271-0/+9
| | | | | | | | | | | | do that for years) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353651 13f79535-47bb-0310-9956-ffa450edef68
* Empty byte array case for HexDumpGlen Stampoultzis2004-08-101-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353579 13f79535-47bb-0310-9956-ffa450edef68
* Fixed error with HexDump.javaGlen Stampoultzis2004-04-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353546 13f79535-47bb-0310-9956-ffa450edef68
* New licence changes.Glen Stampoultzis2004-04-091-52/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353545 13f79535-47bb-0310-9956-ffa450edef68
* Hex dump with byte positionsRainer Klute2003-08-301-5/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353319 13f79535-47bb-0310-9956-ffa450edef68
* Added a method for a formatted hex dump.Rainer Klute2003-08-231-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353306 13f79535-47bb-0310-9956-ffa450edef68
* Fixed concurrency problem in HexDumpGlen Stampoultzis2003-06-301-21/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353179 13f79535-47bb-0310-9956-ffa450edef68
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353070 13f79535-47bb-0310-9956-ffa450edef68
* fixed error with HexDumpAndrew C. Oliver2002-09-021-5/+7
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352830 13f79535-47bb-0310-9956-ffa450edef68
* Fixed javadoc comment.Rainer Klute2002-07-221-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352803 13f79535-47bb-0310-9956-ffa450edef68
* Merged from 1.5 (SST fixes).Glen Stampoultzis2002-06-091-6/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352665 13f79535-47bb-0310-9956-ffa450edef68
* got SUM working and some debug stuff.Andrew C. Oliver2002-04-301-0/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352563 13f79535-47bb-0310-9956-ffa450edef68
* Made some changes for HDF typesSaid Ryan Ackley2002-04-191-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352453 13f79535-47bb-0310-9956-ffa450edef68
* Added support for automatic record generationGlen Stampoultzis2002-02-101-2/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352078 13f79535-47bb-0310-9956-ffa450edef68
* Initial revisionAndrew C. Oliver2002-01-311-0/+184
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352063 13f79535-47bb-0310-9956-ffa450edef68