Florian Levis
05/17/2024, 9:12 PMpublic fun Source.readAtMostTo(sink: UByteArray, startIndex: Int = 0, endIndex: Int = sink.size): Int
I know unsigned types are still flagged as experimental
Right now I'm using the function .toUByteArray()
on the sink after using it; so it's not a blocking issue.
Thanks.
Regards.Filipp Zhinkin
05/21/2024, 7:48 AMFlorian Levis
05/21/2024, 9:03 AM