You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of TransferManager only allows a File as the download destination. I think it would be helpful if there was an interface for supplying an OutputStream as the final sink for the downloaded data. Overall it seems this would give greater flexibility in usage, and one could still just supply a FileOutputStream if they simply want to download to a file.
ffeldhaus, kjozsa, pareddy113, venkatsgit, thenonameguy and 9 more