Package com.robothy.s3.rest.utils
Class InputStreamUtils
java.lang.Object
com.robothy.s3.rest.utils.InputStreamUtils
InputStream utils.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputStreamDecode the Aws chunked encoding input stream.
-
Constructor Details
-
InputStreamUtils
public InputStreamUtils()
-
-
Method Details
-
decodeAwsChunkedEncodingInputStream
Decode the Aws chunked encoding input stream.- Parameters:
encoded- the checked encoding input stream.- Returns:
- Decoded input stream.
-