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

<init>

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

Usually shouldn't be implemented directly. Inherit Input instead.