ktor-io / io.ktor.utils.io.core / AbstractInput / <init>

<init>

AbstractInput(head: IoBuffer = IoBuffer.Empty, remaining: Long = head.remainingAll(), pool: ObjectPool<ChunkBuffer> = ChunkBuffer.Pool) AbstractInput(head: ChunkBuffer = ChunkBuffer.Empty, remaining: Long = head.remainingAll(), pool: ObjectPool<ChunkBuffer> = ChunkBuffer.Pool)

The default abstract base class implementing Input interface.

See Also

AbstractInput.fill