My program(Cumulus) receives http put(file by chunk).<div>And then resend the file to another process(Hadoop).</div><div>The trouble is that i need get the file object in my program<i>(not stored on disk then read from).</i></div><div>So where should i get it?&nbsp;rawDataReceived&nbsp;or allContentReceived?</div>