Class InputStreamUtils

java.lang.Object
com.robothy.s3.rest.utils.InputStreamUtils

public class InputStreamUtils extends Object
  • Constructor Details

    • InputStreamUtils

      public InputStreamUtils()
  • Method Details

    • decodeAwsChunkedEncodingInputStream

      public static InputStream decodeAwsChunkedEncodingInputStream(InputStream encoded)
      Decode the Aws chunked encoding input stream.
      Parameters:
      encoded - the checked encoding input stream.
      Returns:
      Decoded input stream.