You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "PJ Fanning (Jira)" <ji...@apache.org> on 2022/08/30 22:51:00 UTC

[jira] [Created] (TIKA-3843) use commons-io byte array streams

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)