proximax-storage / java-xpx-dfms-api-http

Official ProximaX Sirius Storage HTTP Java API
Apache License 2.0
2 stars 0 forks source link

InputStreamDrivecontent should result in one shot request #4

Open tonowie opened 4 years ago

tonowie commented 4 years ago

using input stream as source of data is destructive in general (i.e. once data are read from stream it is not possible to read it again)

MultipartRequestContent shouled implement isOneShot to indicate this fact