[
https://issues.apache.org/jira/browse/DAFFODIL-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Lawrence resolved DAFFODIL-2412.
--------------------------------------
Resolution: Fixed
Fixed in commit 45934b73fbbeab65594165406cee85e744a25ca2
> CLI unparse command always reads infoset 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
> Priority: Major
> Fix For: 3.0.0
>
>
> 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)