Interface Chunk
- 
Method SummaryModifier and TypeMethodDescriptionstatic Chunkcreate(InputStream data, int sizeInBytes) Get a default implementation of a chunk, which wraps a stream with a fixed size;booleanWhether the logical end of a chunk has been reached.stream()Get the underlying stream of data for a chunk.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseableclose
- 
Method Details- 
createGet a default implementation of a chunk, which wraps a stream with a fixed size;
- 
streamInputStream stream()Get the underlying stream of data for a chunk.
- 
hasRemainingboolean hasRemaining()Whether the logical end of a chunk has been reached.
 
-