Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DAFFODIL-2412

CLI unparse command always reads infoset into a byte array

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0
    • CLI
    • None

    Description

      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.

      Attachments

        Activity

          People

            slawrence Steve Lawrence
            slawrence Steve Lawrence
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: