<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to get the InputStream of a file without using FileBlob.getStream()? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315712#M2713</link>
    <description>&lt;P&gt;I'm using version 7.2. And the FileBlob that I was talking about is from Automation Client&lt;/P&gt;</description>
    <pubDate>Tue, 26 May 2015 13:07:36 GMT</pubDate>
    <dc:creator>markvincent9_</dc:creator>
    <dc:date>2015-05-26T13:07:36Z</dc:date>
    <item>
      <title>How to get the InputStream of a file without using FileBlob.getStream()?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315709#M2710</link>
      <description>&lt;P&gt;Is there a way to to get the InputStream of a file without using FileBlob getStream() method?
I ask this because when I when I use fileblob getStream() it seems that it copy first the file in a temp file then return a blob. I this will affect the performance of my download because it will download first the file from nuxeo before it response as a file to the client.&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 07:55:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315709#M2710</guid>
      <dc:creator>markvincent9_</dc:creator>
      <dc:date>2015-05-19T07:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the InputStream of a file without using FileBlob.getStream()?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315710#M2711</link>
      <description>&lt;P&gt;What version of Nuxeo are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 12:24:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315710#M2711</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-05-19T12:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the InputStream of a file without using FileBlob.getStream()?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315711#M2712</link>
      <description>&lt;P&gt;Also, which FileBlob are you talking about? The one from Automation Client (if you're using Automation Client), or the one internal to Nuxeo (if you're extending it through its native APIs).&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 12:26:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315711#M2712</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-05-19T12:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the InputStream of a file without using FileBlob.getStream()?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315712#M2713</link>
      <description>&lt;P&gt;I'm using version 7.2. And the FileBlob that I was talking about is from Automation Client&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2015 13:07:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315712#M2713</guid>
      <dc:creator>markvincent9_</dc:creator>
      <dc:date>2015-05-26T13:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the InputStream of a file without using FileBlob.getStream()?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315713#M2714</link>
      <description>&lt;P&gt;The Automation Client &lt;CODE&gt;FileBlob&lt;/CODE&gt; is always backed by a temporary file at the moment, even before you call &lt;CODE&gt;getStream&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2015 15:06:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315713#M2714</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-05-26T15:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the InputStream of a file without using FileBlob.getStream()?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315714#M2715</link>
      <description>&lt;P&gt;Ok so there is no way to get the file without storing it in a temp file first. Thanks for this&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2015 06:45:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315714#M2715</guid>
      <dc:creator>markvincent9_</dc:creator>
      <dc:date>2015-05-27T06:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the InputStream of a file without using FileBlob.getStream()?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315715#M2716</link>
      <description>&lt;P&gt;Without re-coding part of the Automation Client (which is just a REST API client really), no.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 13:59:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-get-the-inputstream-of-a-file-without-using-fileblob/m-p/315715#M2716</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-05-28T13:59:34Z</dc:date>
    </item>
  </channel>
</rss>

