@FunctionalInterface public interface ContentStreamProvider
Each call to to the newStream()
method must result in a stream whose position is at the beginning of the content.
Implementations are not required to return the same instance for each call, and may close or otherwise discard the stream
returned from the previous invocation.
Modifier and Type | Method and Description |
---|---|
InputStream |
newStream() |
InputStream newStream()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.