ktor-io / io.ktor.utils.io.core / readULong

readULong

fun Buffer.readULong(): <ERROR CLASS>

Read an unsigned long integer or fail if not enough bytes available for reading. The numeric value is decoded in the network order (Big Endian).

inline fun IoBuffer.readULong(): <ERROR CLASS>
Deprecated: IoBuffer is deprecated. Use Memory or Input instead.


@ExperimentalUnsignedTypes inline fun Input.readULong(): <ERROR CLASS>