Tim Allison created TIKA-4403:
---------------------------------
Summary: Implement transferTo in BoundedInputStream
Key: TIKA-4403
URL: https://issues.apache.org/jira/browse/TIKA-4403
Project: Tika
Issue Type: Task
Reporter: Tim Allison
When we're copying a temp file in TikaInputStream with a BoundedInputStream,
we're getting an exception with mark() reset() because under the hood
Files.copy is using {{transferTo}}. That transfers all the bytes and does not
respect the bound.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)