Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-1177

MultipartStream need readBodyDataStream

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Resolved
    • None
    • None
    • None
    • None

    Description

      Currently MultipartStream has support for "readBodyData", which basically read the body data and write in out stream. It work great, if plan to have body in memory or write in disk. But not work when you want to upstream some where else.
      Its a good idea to get the InputStream for part body and use it for upload to upstream. Some thing like...
      public InputStream readBodyDataStream(OutputStream output) IOException

      { return newInputStream(); }

      Attachments

        Activity

          People

            Unassigned Unassigned
            shuaib_khwaja shuaib hasan khwaja
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: