Avoid using POI's LittleEndian in non-POI parsers
-------------------------------------------------
Key: TIKA-749
URL: https://issues.apache.org/jira/browse/TIKA-749
Project: Tika
Issue Type: Improvement
Components: parser
Affects Versions: 0.10
Reporter: Nick Burch
Assignee: Nick Burch
Fix For: 1.0
Several of our Parsers use org.apache.poi.util.LittleEndian to read in little
endian numbers as part of processing
We should pull over this code from POI, add a big endian version, then use that
in our (non POI) parsers instead
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira