Companion

object Companion

Properties

Link copied to clipboard
val Empty: Buffer

The empty buffer singleton: it has zero capacity for read and write.

Link copied to clipboard
const val ReservedSize: Int = 8

Number of bytes usually reserved in the end of chunk when several instances of io.ktor.utils.io.core.internal.ChunkBuffer are connected into a chain (usually inside of ByteReadPacket or BytePacketBuilder)