Hi,
Is there any way to retrieve a file which is larger than Integer.MAX_VALUE ?
ContentLengthInputStream has a cast which can be bigger than Integer.MAX_VALUE

if (pos + len > contentLength) {
  len = (int) (contentLength - pos);
}

Thanks,
--
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to