I can't seem to find a channel for kotlinx.io conversations but I have a fairly simple question I think
In kotlinx.io Buffer().get(Long) - returns byte at position (Long)
Is there any way to read short at desired position in Kotlinx.io Buffer?
p
phldavies
08/07/2024, 4:47 PM
is it not #io?
c
Colton Idle
08/07/2024, 4:47 PM
Oh! Maybe actually. lol I was looking for #kotlinx-io
👍 1
Colton Idle
08/07/2024, 4:48 PM
most others are prepended with kotlinx which threw me off
h
hho
08/08/2024, 8:41 AM
there's also #coroutines and #serialization without prefixes ¯\_(ツ)_/¯
👀 1
g
gildor
08/08/2024, 8:47 AM
kotlin-inject, kotlin-logging are not official libs, so it makes sense
coroutines is more general, it covers not only kotlinx-coroutines, but coroutines feature in general
So looks that it pretty consistent except for io
gildor
08/08/2024, 8:48 AM
serialization though probably should be kotlinx-serialization