ktor-io / io.ktor.utils.io.bits / get

get

inline operator fun Memory.get(index: Int): Byte
inline operator fun Memory.get(index: Long): Byte

Read byte at the specified index.