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