Steve Lawrence created DAFFODIL-2412:
----------------------------------------
Summary: CLI unparse command always reads data into a byte array
Key: DAFFODIL-2412
URL: https://issues.apache.org/jira/browse/DAFFODIL-2412
Project: Daffodil
Issue Type: Improvement
Components: CLI
Reporter: Steve Lawrence
Assignee: Steve Lawrence
The CLI currently always reads the entire infoset into an ByteArray. This means
it cannot unparse infosets that are larger than memory. For the performance
command, this might be reasonable since we want to avoid any overhead relted to
reading from disk. But for the normal unparse commad using an the "xml" infoset
type, we should be able to unparse directly from the InputStream.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)