All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.kotlinx.io.core.PacketJS.kt Maven / Gradle / Ivy

package kotlinx.io.core

actual val PACKET_MAX_COPY_SIZE: Int = 200
internal const val BUFFER_VIEW_POOL_SIZE = 100
internal const val BUFFER_VIEW_SIZE = 4096

actual fun BytePacketBuilder(headerSizeHint: Int) = BytePacketBuilder(headerSizeHint, IoBuffer.Pool)

actual typealias EOFException = kotlinx.io.errors.EOFException





© 2015 - 2025 Weber Informatics LLC | Privacy Policy