aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util/LittleEndianInputStream.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-05-041-0/+3
* Bug 63330 -- use skipfully instead of hoping skip() worksTim Allison2019-04-101-1/+5
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-4/+4
* Buffered LittleEndianInputStreamAndreas Beeker2018-09-141-5/+54
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-1/+1
* 60881 and 60891 -- on further look, no need to throw an exception for an encr...Tim Allison2017-03-201-1/+20
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-171-20/+20
* add encryption supportAndreas Beeker2016-08-191-10/+25
* Fix some compiler/IntelliJ warningsDominik Stadler2016-05-311-7/+3
* - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLFAndreas Beeker2014-12-251-58/+44
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-191-144/+144
* Further simplification to RecordInputStream. Mostly regarding Strings, Conti...Josh Micich2008-10-251-1/+11
* Removed String methods from LittleEndianInputJosh Micich2008-10-241-30/+0
* Fix for bug 45778 - made ObjRecord read sub-record ftLbsData properlyJosh Micich2008-10-231-0/+164