aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util/LittleEndianByteArrayOutputStream.java
Commit message (Collapse)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-121/+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
* Preparations for hssf_cryptoapi:Andreas Beeker2016-08-031-15/+30
| | | | | | | | - Add cloneable - Change existing hslf cryptoapi to streaming git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1755127 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2016-07-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751007 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to arg checking in constructorJosh Micich2008-12-031-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723141 13f79535-47bb-0310-9956-ffa450edef68
* Introduced ContinuableRecord to help fix serialization of StringRecords with ↵Josh Micich2008-11-061-1/+7
| | | | | | large data. Fixed TextObjectRecord to only write 16bit unicode when needed. Simplification in UnicodeString. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@711749 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 15716 - - converted Ptg arrays into Formula objects to optimise ↵Josh Micich2008-10-301-0/+5
| | | | | | memory usage git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@709235 13f79535-47bb-0310-9956-ffa450edef68
* Further conversion of Ptg classes to use LittleEndian input/output interfacesJosh Micich2008-10-241-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@707525 13f79535-47bb-0310-9956-ffa450edef68
* Converted Ptgs to use LittleEndianOutputJosh Micich2008-10-231-0/+84
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@707486 13f79535-47bb-0310-9956-ffa450edef68