PJ Fanning created TIKA-3843:
--------------------------------
Summary: use commons-io byte array streams
Key: TIKA-3843
URL: https://issues.apache.org/jira/browse/TIKA-3843
Project: Tika
Issue Type: Improvement
Components: general
Affects Versions: 2.4.0
Reporter: PJ Fanning
POI already uses commons-io instead of
ByteArrayInputStream/ByteArrayOutputStream.
Advantages include:
* no synchronized blocks
* more efficient way to get an input stream from an output stream
--
This message was sent by Atlassian Jira
(v8.20.10#820010)