Class CompressionContentStreamProvider
java.lang.Object
software.amazon.awssdk.core.internal.sync.CompressionContentStreamProvider
- All Implemented Interfaces:
ContentStreamProvider
ContentStreamProvider
implementation for compression.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awssdk.http.ContentStreamProvider
ContentStreamProvider.ProviderType
-
Constructor Summary
ConstructorsConstructorDescriptionCompressionContentStreamProvider
(ContentStreamProvider underlyingInputStreamProvider, Compressor compressor) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.http.ContentStreamProvider
name
-
Constructor Details
-
CompressionContentStreamProvider
public CompressionContentStreamProvider(ContentStreamProvider underlyingInputStreamProvider, Compressor compressor)
-
-
Method Details
-
newStream
- Specified by:
newStream
in interfaceContentStreamProvider
- Returns:
- The content stream.
-