Actually in my code i'm going to convert inputstream of some large files (sometimes it'll be 30MB also) into byte array object. I'll reuse this byte array object for some time then i'll destroy it.

Converting inputstream to byte array will create any performance problem for system ? If so please suggest me how to solve it.


Actually in my application, request from client may contain just give part of the content...