Class AwsChunkedInputStream

    • Field Detail

      • log

        protected static final Logger log
      • currentChunkIterator

        protected software.amazon.awssdk.core.internal.io.ChunkContentIterator currentChunkIterator
        Iterator on the current chunk.
      • underlyingStreamBuffer

        protected software.amazon.awssdk.core.internal.io.UnderlyingStreamBuffer underlyingStreamBuffer
        Iterator on the buffer of the underlying stream, Null if the wrapped stream is marksupported, otherwise it will be initialized when this wrapper is marked.
      • isAtStart

        protected boolean isAtStart
      • isTerminating

        protected boolean isTerminating
    • Constructor Detail

      • AwsChunkedInputStream

        public AwsChunkedInputStream()